Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a .csv file that I would like to read in, transpose from rows to
columns, and write out to another .csv. example: Read In: CustID, Age, Zip, Gender 1,45,90210, M 2,30,44853,M 3,50,23456,F 4,20,23499,F And output: CustId,1,2,3,4 Age,45,30,50,20 Zip,90210,44853,23456,23499 Gender,M,M,F,F Is this possible? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transpose | Excel Worksheet Functions | |||
how to transpose | Excel Discussion (Misc queries) | |||
Transpose? | Excel Worksheet Functions | |||
I WANT TO TRANSPOSE LINKS, AS WE TRANSPOSE VALUES | Excel Worksheet Functions | |||
Transpose | Excel Programming |