简体   繁体   中英

Split Excel cell rows into columns

I have an excel database that goes like this:

football team name

football team secretary

football team secretary email

football team name

football team secretary

football team secretary email

football team name

football team secretary

football team secretary email

i need for the database to look this this:

football team name | football team secretary | football team secretary email

football team name | football team secretary | football team secretary email

football team name | football team secretary | football team secretary email

I have tried doing this by using a text filter but the data messed up, is there any way at all to do this? It seems impossible to me :(

a)将数据放在sheet2上b)使用在sheet1上的单词表中显示的公式c)将结果显示在sheet1上HTH [![word公式] [ http://i.stack.imgur.com/t4jvW.jpg]][Sheet2display ]

Where List is your range of original data in a single column, enter the following formula in some cell:

=INDEX(List,INT((ROWS($1:1)-1)*3)+COLUMNS($A:A))

Fill right for three columns, then select the row and fill down as far as needed.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM