ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   inverting a column of data (https://www.excelbanter.com/excel-discussion-misc-queries/2300-inverting-column-data.html)

LCC

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.

Frank Kabel

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.


Jim May

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.




LCC


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.



.


LCC

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.

.



All times are GMT +1. The time now is 02:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com