Mirroring Data in Excel

M

Mahurshi Akilla

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
 
B

Bill Kuunders

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top