View Single Post
  #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