![]() |
Transposing data
I need to transpose a column completely reversed. Can anyone help me with
this? For example: Befo 1 2 3 After: 3 2 1 Thanks, Biff |
Transposing data
Use a help column, put
1 2 3 4 5 and so on select both columns and sort on the help column descending -- Regards, Peo Sjoblom "Biff" wrote in message ... I need to transpose a column completely reversed. Can anyone help me with this? For example: Befo 1 2 3 After: 3 2 1 Thanks, Biff |
Transposing data
Assuming numbers are in column A
In B1 enter this =INDEX($A$1:$A$3,3-(ROW(A1)-1)) Copy down to B3 Adjust the $A$3,3 to your range of cells. Gord Dibben MS Excel MVP On Tue, 21 Aug 2007 12:16:03 -0700, Biff wrote: I need to transpose a column completely reversed. Can anyone help me with this? For example: Befo 1 2 3 After: 3 2 1 Thanks, Biff |
Transposing data
Thank you. That worked.
"Gord Dibben" wrote: Assuming numbers are in column A In B1 enter this =INDEX($A$1:$A$3,3-(ROW(A1)-1)) Copy down to B3 Adjust the $A$3,3 to your range of cells. Gord Dibben MS Excel MVP On Tue, 21 Aug 2007 12:16:03 -0700, Biff wrote: I need to transpose a column completely reversed. Can anyone help me with this? For example: Befo 1 2 3 After: 3 2 1 Thanks, Biff |
All times are GMT +1. The time now is 01:31 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com