Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
vpedchenko
 
Posts: n/a
Default How to reverse the order of data in a single column in Excell?

Ie, if i have a set of 10 numbers in column A, how to copy the into column B
in reverse order?
  #2   Report Post  
Bryan Hessey
 
Posts: n/a
Default


In B1 put

=INDIRECT("A"&11-ROW())

and formula-drag that to B10

To formula-drag, select B1 and click on the small + in the bottom right
corner of the selection, drag to B10


vpedchenko Wrote:
Ie, if i have a set of 10 numbers in column A, how to copy the into
column B
in reverse order?



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=396301

  #3   Report Post  
Roy Wagner
 
Posts: n/a
Default

Pick or add an empty column to use as a helper column. Using the same rows as
your data to be sorted, number them from 10 to 1.

Select the data to be sorted including your helper column. Be careful about
other data on the sheet. If you have data in other columns, it all needs to
be sorted together to keep your data intact.

On the menus select DataSort Select you helper column, xlAscending and no
header row. Click sort. Done. Get rid of the helper column/numbers.

Roy
--
(delete .nospam)




"vpedchenko" wrote:

Ie, if i have a set of 10 numbers in column A, how to copy the into column B
in reverse order?

  #4   Report Post  
Rowan
 
Posts: n/a
Default

One Way:

If the numbers are in the range A1:A10 then in B1 place the formula:

=INDEX($A$1:$A$10,-ROW(A1)+ROW($A$1)+COUNTA($A$1:$A$10),1)

and copy down to B10.

Hope this helps
Rowan

"vpedchenko" wrote:

Ie, if i have a set of 10 numbers in column A, how to copy the into column B
in reverse order?

  #5   Report Post  
David McRitchie
 
Posts: n/a
Default

If you want to make the changes in place with a macro, you would have to
select the cells you want to reverse vertically in a column then run
http://www.mvps.org/dmcritchie/excel/join.htm#reversi
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"vpedchenko" wrote in message ...
Ie, if i have a set of 10 numbers in column A, how to copy the into column B
in reverse order?





  #6   Report Post  
vpedchenko
 
Posts: n/a
Default

Many thanks to everybody for your help!


"vpedchenko" wrote:

Ie, if i have a set of 10 numbers in column A, how to copy the into column B
in reverse order?

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
Why is the order of my data table opposite from graph? mozermodo Charts and Charting in Excel 6 April 25th 23 03:43 AM
How do I copy data in single cell format to a merged cell format Paul Excel Discussion (Misc queries) 1 June 27th 05 11:00 AM
data from one sheet to several in sequential order! firecord New Users to Excel 6 June 22nd 05 05:10 PM
Look up data in colum a and find match in colum b Chris(new user) Excel Discussion (Misc queries) 1 March 22nd 05 01:41 PM
Check data on colum A and find match on colum b Chris(new user) Excel Discussion (Misc queries) 3 March 20th 05 04:45 PM


All times are GMT +1. The time now is 01:13 AM.

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"