Excel: Method to Reverse a Column of ValuesID: Q78342
|
It is possible to reverse the order of a column of values in Microsoft
Excel by using the following formula:
=INDEX(Range,ROWS(Range)-ROW(Reference)+ROW(RowReference),1)
The following is a description of the arguments to the formula shown
above:
=INDEX(Range,1,COLUMNS(Range)-COLUMN(Reference)+COLUMN(RowReference))
A1: a B1: =INDEX($A$1:$A$4,ROWS($A$1:$A$4)-ROW(A1)+ROW($A$1),1)
A2: z B2:
A3: d B3:
A4: k B4:
B1: k
B2: d
B3: z
B4: a
"Function Reference," version 4.0, pages 236, 364, 366
"Microsoft Excel Function Reference," version 3.0, pages 127, 201, 202
Additional query words: 2.0 2.00 2.01 2.1 2.10 2.2 2.20 2.21 3.0
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 23, 1999