Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Mirroring Data in Excel

Is there an easy way to "mirror" data in excel ?

e.g.
Let's say I have the following values in one row
1 2 3 4 5

I would like to make it
5 4 3 2 1

I tried using =[cell_number] in a separate row and did a control+R,
but it did not pick it up correctly.

Any ideas on how to do this?


Mahurshi Akilla

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 303
Default Mirroring Data in Excel

I assume that the actual data are not sorted in ascending order.
You can use the sort option though by inserting a help row with numbers
1,2,3,4,5,6,7,etc
Highlight both rows and sort by the helper row <descending.

Go into the sort options at the bottom to select sort from left to right.
--
Greetings from New Zealand

"Mahurshi Akilla" wrote in message
ups.com...
Is there an easy way to "mirror" data in excel ?

e.g.
Let's say I have the following values in one row
1 2 3 4 5

I would like to make it
5 4 3 2 1

I tried using =[cell_number] in a separate row and did a control+R,
but it did not pick it up correctly.

Any ideas on how to do this?


Mahurshi Akilla



  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Mirroring Data in Excel

Another play ..
Assume source data in A1:E1
Put in A2: =OFFSET($E$1,,-COLUMNS($A:A)+1)
Copy A2 to E2. A2:E2 will return the mirror inversion of A1:E1
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Mahurshi Akilla" wrote:
Is there an easy way to "mirror" data in excel ?

e.g.
Let's say I have the following values in one row
1 2 3 4 5

I would like to make it
5 4 3 2 1

I tried using =[cell_number] in a separate row and did a control+R,
but it did not pick it up correctly.

Any ideas on how to do this?


Mahurshi Akilla


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Mirroring Data in Excel

Non-volatile approach:

=INDEX(1:1,1+COUNTA(1:1)-COLUMNS($A:A))
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Mahurshi Akilla" wrote in message
ups.com...
Is there an easy way to "mirror" data in excel ?

e.g.
Let's say I have the following values in one row
1 2 3 4 5

I would like to make it
5 4 3 2 1

I tried using =[cell_number] in a separate row and did a control+R,
but it did not pick it up correctly.

Any ideas on how to do this?


Mahurshi Akilla


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mirroring worksheets Natalie Excel Worksheet Functions 4 June 28th 07 12:23 AM
Linking or Mirroring workbook michael Excel Worksheet Functions 0 May 24th 07 06:57 PM
Mirroring observations in Excel table along diagonal Arjen Excel Discussion (Misc queries) 0 August 1st 06 02:12 PM
Excel Mirroring Data mickp Excel Worksheet Functions 1 June 21st 06 06:36 AM
Mirroring cells careyc Excel Discussion (Misc queries) 5 October 17th 05 03:49 PM


All times are GMT +1. The time now is 10:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"