Excel : RowWise to Landscape - Posted (1116 Views)
Average Member
kolucoms6
Posts: 845
845
I have an Excel with data rowwise. ropund 1000 data

Col1 | Col2 | Col3 | Col4
abc | def | sdd | sdfdf
abc | def | sdd | sdfdf
abc | def | sdd | sdfdf
abc | def | sdd | sdfdf


I want to change it to

Col1 : abc
Col2 : def
Col3 : sdd
Col4 : sdfdf

Col1 : abc
Col2 : def
Col3 : sdd
Col4 : sdfdf

Col1 : abc
Col2 : def
Col3 : sdd
Col4 : sdfdf

Col1 : abc
Col2 : def
Col3 : sdd
Col4 : sdfdf

Any way to convert it automatically ?<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Average Member
phy1729
Posts: 589
589
Export it to CSV and the run a script on it then import. If you give me a csv copy I'll work on the script.<
Posted
Average Member
Roger Fredriksson
Posts: 556
556
A function called TRANSPONE or something in MS Excel (TRANSPONERA in Swedish)will do the trick<
rf/www.avgifter.com
Posted
Forum Admin
HuwR
Posts: 20611
20611
http://www.techonthenet.com/excel/formulas/transpose.php<
 
You Must enter a message