function Making one row out of many

D

dersonnenach

I have 72 rows, each one is about 10 cells long. Does someone know a function
to make one row out of this?
Thanks a lot!
Melanie
 
J

Jim Cone

That would convert to ~720 columns and therefore requires xl2007.
If your data start in cell A2...
1. In B2 enter =A2&" " &B1
2. Fill down
3. Copy and paste values over the bottom cell in column B
4. Use Text to Columns in that cell.
5. Sort the resulting row in ascending order.
--
Jim Cone
Portland, Oregon USA
(30 + ways to sort... http://www.contextures.com/excel-sort-addin.html)


"dersonnenach" <[email protected]>
wrote in message
I have 72 rows, each one is about 10 cells long. Does someone know a function
to make one row out of this?
Thanks a lot!
Melanie
 
J

Jim Cone

Actually, what I posted will only work for a single column.
You should be able to alter it to work for ten columns.
Jim Cone


"Jim Cone" <[email protected]>
wrote in message That would convert to ~720 columns and therefore requires xl2007.
If your data start in cell A2...
1. In B2 enter =A2&" " &B1
2. Fill down
3. Copy and paste values over the bottom cell in column B
4. Use Text to Columns in that cell.
5. Sort the resulting row in ascending order.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top