Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]() 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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with data not getting plotted | Charts and Charting in Excel | |||
Charting data ranges that change | Charts and Charting in Excel | |||
Running Data Table using an input that triggers DDE linked data | Excel Discussion (Misc queries) | |||
How do I set up a click "column title" and auto arrange data form. | Excel Discussion (Misc queries) | |||
Data Table - Does it work with DDE links and stock tickers? | Excel Discussion (Misc queries) |