Question:
Sorting in excel ROW to COLUMN?
Sameer
2011-11-18 23:32:54 UTC
Hi,
I have some data in a column in which i want to sort as first row in first column, second row in second column third row in first column forth row in second column fifth row in first column sixth row in second column, and so on.

How can I do this?

Can anybody help?
Three answers:
VBAXLMan
2011-11-19 16:56:42 UTC
I think I see what you are looking for

There is an Excel file called "2Cols to ColRow" that will convert your table



Check it out here

http://www.anmars.com/Work/?P=596630201



Note that this uses formulas



If this didn't help, please let me know, I can sure do if you send me more details
Mike
2011-11-19 08:40:17 UTC
You could create a column to the right of your data and fill it with a function which gives the value of the required field based on the actual row & column of the location of the function. Then sort on that.
IXL@XL
2011-11-19 11:42:57 UTC
B1 =INDIRECT("A"&ROW(A1)*2-1) copy down list

C1 =INDIRECT("A"&ROW(A1)*2) copy down list


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...