Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
LCC
 
Posts: n/a
Default inverting a column of data

Hi! Everyone,

I have a column of numerical data entered in (say)
A1.A100. How can I reverse their order, i.e to have value
in A100 to be in B1, A99 in B2, ... and A1 in B100?

Appreciate any helps.
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
in B1 enter
=OFFSET($A$100,-(ROW()-1),0)
and copy down

"LCC" wrote:

Hi! Everyone,

I have a column of numerical data entered in (say)
A1.A100. How can I reverse their order, i.e to have value
in A100 to be in B1, A99 in B2, ... and A1 in B100?

Appreciate any helps.

  #3   Report Post  
Jim May
 
Posts: n/a
Default

In B1 enter =OFFSET($A$1,COUNT(A1:$A$100)-1,0)
and copy down to B100

HTH

"LCC" wrote in message
...
Hi! Everyone,

I have a column of numerical data entered in (say)
A1.A100. How can I reverse their order, i.e to have value
in A100 to be in B1, A99 in B2, ... and A1 in B100?

Appreciate any helps.



  #4   Report Post  
LCC
 
Posts: n/a
Default


Thanks, HTH

It works well with me.

-----Original Message-----
In B1 enter =OFFSET($A$1,COUNT(A1:$A$100)-1,0)
and copy down to B100

HTH

"LCC" wrote in

message
...
Hi! Everyone,

I have a column of numerical data entered in (say)
A1.A100. How can I reverse their order, i.e to have

value
in A100 to be in B1, A99 in B2, ... and A1 in B100?

Appreciate any helps.



.

  #5   Report Post  
LCC
 
Posts: n/a
Default

There seems to be problem. It can only invert the first
three data.

Thanks, anyway



-----Original Message-----
Hi
in B1 enter
=OFFSET($A$100,-(ROW()-1),0)
and copy down

"LCC" wrote:

Hi! Everyone,

I have a column of numerical data entered in (say)
A1.A100. How can I reverse their order, i.e to have

value
in A100 to be in B1, A99 in B2, ... and A1 in B100?

Appreciate any helps.

.

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
Help with data not getting plotted Scott Ehrlich Charts and Charting in Excel 1 January 23rd 05 06:15 PM
Charting data ranges that change mikelee101 Charts and Charting in Excel 2 December 17th 04 12:07 AM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 12:56 PM
How do I set up a click "column title" and auto arrange data form. Max Excel Discussion (Misc queries) 1 December 3rd 04 05:44 PM
Data Table - Does it work with DDE links and stock tickers? Post Tenebras Lux Excel Discussion (Misc queries) 0 December 1st 04 06:15 PM


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

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"