+ Reply to Thread
Results 1 to 5 of 5

How to display a column in reverse order horizontally in a row

  1. #1
    Registered User
    Join Date
    06-27-2017
    Location
    Netherland
    MS-Off Ver
    2013
    Posts
    42

    How to display a column in reverse order horizontally in a row

    Hi
    I have some numbers in a columns. I would like to use a formula that links them in reverse order to cells in a row.

    e.g.
    2
    3
    4
    5
    6
    7

    be shown in a row like 7 6 5 4 3 2.

    I appreciate your help
    Simon

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: How to display a column in reverse order horizontally in a row

    Try this...
    A
    B
    C
    D
    E
    F
    3
    7
    6
    5
    4
    4
    2
    5
    3
    6
    4
    7
    5
    8
    6
    9
    7

    C3=INDEX($A$4:$A$9,COUNTA($A$4:$A$9)-COLUMNS($A$1:A$1)+1)
    copied across
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    06-27-2017
    Location
    Netherland
    MS-Off Ver
    2013
    Posts
    42

    Re: How to display a column in reverse order horizontally in a row

    SOLVED - Many thanks for your help. Worked Fantastic!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,369

    Re: How to display a column in reverse order horizontally in a row

    If Ford's solution takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: How to display a column in reverse order horizontally in a row

    Happy to help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Listbox with Worksheets List to display in reverse order
    By alimsab in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-21-2015, 06:45 AM
  2. Combobox date list - reverse display order
    By Lyric in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-24-2011, 04:47 PM
  3. Display COUNTIF results in reverse order
    By kn427 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2008, 10:36 AM
  4. Cell Reference to Display Data in Reverse Order?
    By awhinston in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-15-2007, 01:19 PM
  5. Reverse order in column
    By D in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  6. [SOLVED] Reverse order in column
    By D in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  7. Reverse order in column
    By D in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

Tags for this Thread

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