Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I have a spread sheet with a set of values in a column. I need to represent these values in the reverse order. (Think of data that first are representeted in chronological order, but that needs to be represented in reverse chronological order as well). Is there a good way of achieving this whithout programming and without maual sorting? thanks and Merry Christmas |
#2
![]() |
|||
|
|||
![]()
One way:
Assume your data is in column A, with no blank cells. Then enter B1: =INDEX(A:A,COUNTA(A:A)-ROW()+1) and copy down as far as the data in column A. In article , "Karl Espeland" wrote: Hi, I have a spread sheet with a set of values in a column. I need to represent these values in the reverse order. (Think of data that first are representeted in chronological order, but that needs to be represented in reverse chronological order as well). Is there a good way of achieving this whithout programming and without maual sorting? thanks and Merry Christmas |
#3
![]() |
|||
|
|||
![]()
Hi
and another solution in B1 enter 1, in B2 enter 2. Now select both cells and copy down for all rows. After this sort your data with column B descending -- Regards Frank Kabel Frankfurt, Germany Karl Espeland wrote: Hi, I have a spread sheet with a set of values in a column. I need to represent these values in the reverse order. (Think of data that first are representeted in chronological order, but that needs to be represented in reverse chronological order as well). Is there a good way of achieving this whithout programming and without maual sorting? thanks and Merry Christmas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extracting Values on one list and not another | Excel Discussion (Misc queries) | |||
How do I find out what items are in one list but not in another l. | Excel Discussion (Misc queries) | |||
HELP - Have two lists and #1 needs #2's contents subtracted from it | Excel Discussion (Misc queries) | |||
HELP - Have two lists and #1 needs #2's contents subtracted from it | Excel Worksheet Functions | |||
Creating a list from an existing list. | Excel Worksheet Functions |