Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How to reverse column values in excel?

I have values in a column like:

546
3242
54
5645
257
245
1565


i Want to make them in reverse order as :

1565
245
257
5645
54
3242
546

Can any one help me...

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default How to reverse column values in excel?

Try the below formula and copy down as required

=INDEX($A$1:$A$7,ROWS($A$1:$A$7)-ROW(A1)+1)

--
Jacob (MVP - Excel)


"Denish D" wrote:

I have values in a column like:

546
3242
54
5645
257
245
1565


i Want to make them in reverse order as :

1565
245
257
5645
54
3242
546

Can any one help me...

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default How to reverse column values in excel?

Hi,

Lets assume this data are in a1 down.

In B1 enter a 1 and in B2 enter a 2.

Select B1 & B2 and fill down as far as there are data in column A.

Select both columns and sort on column B 'descending'

Delete column B
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Denish D" wrote:

I have values in a column like:

546
3242
54
5645
257
245
1565


i Want to make them in reverse order as :

1565
245
257
5645
54
3242
546

Can any one help me...

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How to reverse column values in excel?

Data in the range A1:A7.

Enter this formula in B1 and copy down to B7:

=INDEX(A$1:A$7,ROWS(A1:A$7))

If you want to, after you get the data reversed you can convert the formulas
to constants then get rid of the original data.

--
Biff
Microsoft Excel MVP


"Denish D" wrote in message
...
I have values in a column like:

546
3242
54
5645
257
245
1565


i Want to make them in reverse order as :

1565
245
257
5645
54
3242
546

Can any one help me...



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 806
Default How to reverse column values in excel?

On 14 Mai, 10:46, Denish D wrote:
I have values in a column like:

546
3242
54
5645
257
245
1565

i Want to make them in reverse order as :

1565
245
257
5645
54
3242
546

Can any one help me...


If D is the name of the range you want to reverse (or just replace by
your range in the following formula, for example by A1:A7), then
select the destination range where you want your result and array-
enter:
=INDEX(D,ROWS(D)-ROW(INDIRECT("1:"&ROWS(D)))+1)

Regards,
Bernd


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
XY Scatter Chart in Excel 2007 - Cant Reverse Values Marilyn Excel Discussion (Misc queries) 6 April 15th 09 04:15 PM
Reverse the signs of values DianeG Excel Worksheet Functions 6 February 12th 08 02:50 PM
reverse the entries in an Excel column PapaJo4 Excel Discussion (Misc queries) 1 December 15th 06 05:18 PM
How do I reverse the order (sequence) of a column of data in Excel Ken Hardman Excel Worksheet Functions 5 July 9th 05 02:08 PM
Reverse values but not X axis Nadia Charts and Charting in Excel 2 June 22nd 05 07:47 AM


All times are GMT +1. The time now is 09:38 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"