Excel : RowWise to Landscape
Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/67195?pagenum=1
05 November 2025, 12:23
Topic
kolucoms6
Excel : RowWise to Landscape
03 June 2008, 20:39
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 ?<
Replies ...
phy1729
03 June 2008, 23:47
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.<
Roger Fredriksson
04 June 2008, 02:31
A function called TRANSPONE or something in MS Excel (TRANSPONERA in Swedish)will do the trick<
HuwR
04 June 2008, 03:13
http://www.techonthenet.com/excel/formulas/transpose.php<