+ Reply to Thread
Results 1 to 4 of 4

Cell Reference to Display Data in Reverse Order?

  1. #1
    Registered User
    Join Date
    08-14-2007
    Posts
    2

    Cell Reference to Display Data in Reverse Order?

    I have some data on a sheet and want to display that same data on another sheet but IN REVERSE ORDER.

    When you fill downward, each cell automatically refers to a cell that is one row BELOW the reference of the cell above it.

    How can I make each cell refer to a cell that is one row ABOVE reference of the cell above it?

    So, I start by saying B23 refers to B23...but then I want B24 to refer to B22, B25 to refer to B21, B26 to refer to B20, etc...

    I obviously want to automate this so I don't have to manually create each cell reference individually.

    Thanks!

  2. #2
    Forum Contributor
    Join Date
    01-05-2004
    Location
    Helsinki, Finland
    Posts
    100
    Hi,

    just put this in Sheet2!B23 and copy it down as far as you need (assuming that your data is in Sheet1):

    =OFFSET(Sheet1!$B$23,23-ROW(),,,)

    - Asser

  3. #3
    Registered User
    Join Date
    03-08-2007
    Posts
    1
    C23 formula =INDIRECT("B" & 2*ROW(C$23)- ROW())

  4. #4
    Registered User
    Join Date
    08-14-2007
    Posts
    2
    Problem solved...thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1