+ Reply to Thread
Results 1 to 4 of 4

Reverse Data

  1. #1
    Registered User
    Join Date
    07-16-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    11

    Reverse Data

    I have data in cell A1:A1000.
    I want to have data in cell A1000 to be in A1, A999 to A2 etc.

    What do I need to do?

    Thanks,

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Reverse Data

    insert new column A number down from 1to 1000, select all data ,sort decending on col a
    delete col a
    or put
    =INDEX($A$1:$A$1000,1000-(ROW(A1)-1)) in a spare column row 1 and drag down
    Last edited by martindwilson; 07-16-2009 at 10:15 AM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Reverse Data

    In B1,

    =INDEX($A$1:$A$1000,1000-(ROW()-1))

    and copy down for all your data
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  4. #4
    Registered User
    Join Date
    07-16-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Reverse Data

    Thanks for the quick reply.

+ 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