#1   Report Post  
Posted to microsoft.public.excel.misc
PL PL is offline
external usenet poster
 
Posts: 58
Default Reverse Order

I have a row of data that I would like to reverse the order, how do I do so?

Eg

A B C

I want C B A

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Reverse Order

Assuming your data is in Row 1 then enter this in B1 and copy across to B2,...
=INDIRECT("R1C"&(7-COLUMN()),FALSE)

replace 7 by the column number of the last column with your data (A=1, B=2,
Z=26)...

You can then copy and paste special as values...

"PL" wrote:

I have a row of data that I would like to reverse the order, how do I do so?

Eg

A B C

I want C B A

Thank you

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 703
Default Reverse Order

Select the row, and goto Data Sort Options Select "Sort left to
right" Ok Descending OK

Regards,
Per

On 1 Jul., 05:46, PL wrote:
I have a row of data that I would like to reverse the order, how do I do so?

Eg

A *B *C

I want * *C *B *A

Thank you


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Reverse Order

Try the below formula and copy that to right cells as required.

=INDEX($A$1:$J$1,,COLUMNS($A$1:$J$1)-COLUMN(A$1)+1)

If this post helps click Yes
---------------
Jacob Skaria


"PL" wrote:

I have a row of data that I would like to reverse the order, how do I do so?

Eg

A B C

I want C B A

Thank you

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
How do I reverse name order from Last, First to First Last in Exc Annie Lord Excel Discussion (Misc queries) 4 April 22nd 23 02:10 AM
Reverse Order PL Excel Discussion (Misc queries) 1 June 17th 09 02:47 AM
Reverse Order PL Excel Discussion (Misc queries) 2 June 15th 09 09:17 AM
How do I reverse the order of a column or row? LP Excel Discussion (Misc queries) 3 October 30th 08 11:16 PM
reverse order Lamb Chop Excel Discussion (Misc queries) 2 June 20th 06 03:37 PM


All times are GMT +1. The time now is 02:56 PM.

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

About Us

"It's about Microsoft Excel"