+ Reply to Thread
Results 1 to 4 of 4

reverse data range

  1. #1
    Registered User
    Join Date
    11-20-2010
    Location
    cumbria england
    MS-Off Ver
    Excel 2003
    Posts
    9

    reverse data range

    Hi,,,,could someone help here please,, I have this range of columns of data and I want to reverse the order vertically.

    5 3 9 8
    9 2 1 7
    6 8 7 8
    3 7 9 2
    This is just a shortened down example, what I want is to change it to this.

    3 7 9 2
    6 8 7 8
    9 2 1 7
    5 3 9 8

    I would be grateful for any help .
    Len

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,819

    Re: reverse data range

    Might be better on another sheet if you have a lot of data, so assuming your data is on Sheet1 starting in cell A1, put this formula in cell A1 of Sheet2:

    =INDEX(Sheet1!A:A,COUNT(Sheet1!$A:$A)-ROWS($1:1)+1)

    Then you can copy this across and down for as many columns and rows that you have in Sheet1.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-20-2010
    Location
    cumbria england
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: reverse data range

    Works a treat, thank you
    len

  4. #4
    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,946

    Re: reverse data range

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
    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

+ 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. [SOLVED] How to copy data range form one sheet to other sheet with desire Reverse Transpose ?
    By nur2544 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-18-2013, 12:30 PM
  2. [SOLVED] reverse a particular range
    By anilg0001 in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 04-19-2013, 02:08 AM
  3. Reverse Data In A Cell / Reverse Cell Contents
    By nostawydoc in forum Excel General
    Replies: 5
    Last Post: 12-18-2009, 05:20 PM
  4. [SOLVED] how to reverse a range/array?
    By Harlan Grove in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 09-06-2005, 02:05 PM
  5. [SOLVED] how to reverse a range/array?
    By peter dmz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-11-2005, 05:05 PM

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