excel

N

nick

How do you convert the column fields into rows?
for ex: from
1
2
3
4
to
1 2 3 4

Any help wld be appreciated
 
R

Ron Coderre

Try this:

Select the vertical list
Edit|Copy
Select a destination cell
Edit|Paste Special
Check: Transpose
Click the [OK] button

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
N

nick

It works, Thanks a lot

Ron Coderre said:
Try this:

Select the vertical list
Edit|Copy
Select a destination cell
Edit|Paste Special
Check: Transpose
Click the [OK] button

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


nick said:
How do you convert the column fields into rows?
for ex: from
1
2
3
4
to
1 2 3 4

Any help wld be appreciated
 
Top