Sorting

C

camaro46368

Thanks for reading
Have a column of numbers need inverted like this
all in column A
1
5
3
7
9
want to flip them like this
9
7
3
5
1
sounds easy? not for me.
Thanks
Bob
 
D

dranon

Thanks for reading
Have a column of numbers need inverted like this
all in column A
1
5
3
7
9
want to flip them like this
9
7
3
5
1
sounds easy? not for me.

Flip your monitor upside down. Then rotate the text 180 degrees.
 
D

dranon

Thanks for reading
Have a column of numbers need inverted like this
all in column A
1
5
3
7
9
want to flip them like this
9
7
3
5
1
sounds easy? not for me.

Put this in B1:

=OFFSET(A1,COUNT($A1:$A$1000)-ROW(),0)

copy b1 down as low as you need.

I still like the monitor idea better. <smile>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top