With your data in A1:A10, in B1:B10 put the numbers 1,2,3,4,5,6,7,8,9,10. Now select A1:B10 and sort on Col B in descending order. Then just delete the data in B.
That's an easy one (aren't they all when you know how )
Select A2 down to the end of your data
Press <Ctrl><C> or Select Edit > Copy
Right Click in Cell B1
Select Paste Special...
Select Checkbox Transpose
Click on "OK" or Press <Enter>
When I try to do formulas, it gives a #REF. In a sense, what I am looking for is a "Move special" command. Each cell contains a formula like:
=J3*$B$7+$B$6
=J4*$B$7+$B$6
=J5*$B$7+$B$6
And what I eventually want is:
=J5*$B$7+$B$6 =J4*$B$7+$B$6 =J3*$B$7+$B$6
Number of ways to deal with that. If you don't need to lose the original data, you can use the TRANSPOSE function. Assuming you have a 1 x 10 array of data, select a 10 x 1 array of cells and type =TRANSPOSE( (Don't hit enter yet) and then using the mouse select your original 1 x 10 array, finsh typing the last parenthesis and then hit CTRL+SHIFT+ENTER to array enter it. You will now have a linked array.
If you don't want to keep the original data, select all your data and do Edit / Replace / = with []=
Now copy your data and do edit / Paste special / transpose
Now select the transposed data and do Edit / Paste Special / Replace / []= with =
This (along the lines of Tony) is easy when you have the answer.
You have 2 options. The first is to follow the advice you have been given so far. This means that you will have to do it in 2 steps.
First, reverse the order of the column from bottom to top using Ken's neat solution. Then second is then to transpose the data. Only issue here is that unless you have the appropriate (absolute) references set, you will get a problem when you transpose the formulas.
The other option is to use the Pearson website method. This site has a lot of really excellent information.
Take a look at this link, which describes how you can reverse transpose your list in a very simple way:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.