+ Reply to Thread
Results 1 to 5 of 5

data inversion!

Hybrid View

via135 data inversion! 05-06-2006, 02:30 PM
Guest Re: data inversion! 05-06-2006, 02:55 PM
via135 data inversion! 05-07-2006, 05:09 AM
Guest Re: data inversion! 05-06-2006, 03:25 PM
via135 data inversion! 05-07-2006, 05:12 AM
  1. #1
    Forum Contributor
    Join Date
    08-28-2005
    Posts
    301

    data inversion!

    hi!

    how can i make the data, say, in the first 3 rows
    gets inverted..may be in another area of the sheet.?

    hlp pl?

    -via135

  2. #2
    Richard Buttrey
    Guest

    Re: data inversion!

    On Sat, 6 May 2006 13:30:20 -0500, via135
    <via135.27efca_1146940502.4907@excelforum-nospam.com> wrote:

    >
    >hi!
    >
    >how can i make the data, say, in the first 3 rows
    >gets inverted..may be in another area of the sheet.?
    >
    >hlp pl?
    >
    >-via135



    If I've understood your requirement, one way would be to use a helper
    column and number the rows 1,2 & 3. then sort the data including the
    helper column with a descending operator. Then if required, Copy (or
    cut) and paste to wherever you want.

    HTH
    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  3. #3
    Forum Contributor
    Join Date
    08-28-2005
    Posts
    301

    data inversion!

    thks Richard!
    good idea!!

    -via135


    If I've understood your requirement, one way would be to use a helper
    column and number the rows 1,2 & 3. then sort the data including the
    helper column with a descending operator. Then if required, Copy (or
    cut) and paste to wherever you want.

    HTH
    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  4. #4
    Biff
    Guest

    Re: data inversion!

    Hi!

    Suppose your data is in the range A1:E3 and looks like this:

    1;2;3;4;5
    2;3;4;5;6
    3;4;5;6;7

    And you want:

    3;4;5;6;7
    2;3;4;5;6
    1;2;3;4;5

    =INDEX($A$1:$E$3,3+1-ROWS($1:1),COLUMNS($A:A))

    Copy across then down.

    Biff

    "via135" <via135.27efca_1146940502.4907@excelforum-nospam.com> wrote in
    message news:via135.27efca_1146940502.4907@excelforum-nospam.com...
    >
    > hi!
    >
    > how can i make the data, say, in the first 3 rows
    > gets inverted..may be in another area of the sheet.?
    >
    > hlp pl?
    >
    > -via135
    >
    >
    > --
    > via135
    > ------------------------------------------------------------------------
    > via135's Profile:
    > http://www.excelforum.com/member.php...o&userid=26725
    > View this thread: http://www.excelforum.com/showthread...hreadid=539557
    >




  5. #5
    Forum Contributor
    Join Date
    08-28-2005
    Posts
    301

    data inversion!

    thks Biff!
    this is what I exactly wanted!!

    -via135


    Hi!

    Suppose your data is in the range A1:E3 and looks like this:

    1;2;3;4;5
    2;3;4;5;6
    3;4;5;6;7

    And you want:

    3;4;5;6;7
    2;3;4;5;6
    1;2;3;4;5

    =INDEX($A$1:$E$3,3+1-ROWS($1:1),COLUMNS($A:A))

    Copy across then down.

    Biff

+ 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