I want the items in the A column in reverse order in the B column.

G

Guest

I have a list of items in cells A1-A100 that are in the reverse order I need
them in. So, in the B column I want cell B1 to equal to A100, B2 =A99, etc.
 
D

Don Guillett

Have you tried sorting?

--
Don Guillett
SalesAid Software
(e-mail address removed)
pauliep said:
I have a list of items in cells A1-A100 that are in the reverse order I need
them in. So, in the B column I want cell B1 to equal to A100, B2 =A99,
etc.
 
F

Frank Kabel

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

--
Regards
Frank Kabel
Frankfurt, Germany

pauliep said:
I have a list of items in cells A1-A100 that are in the reverse order I need
them in. So, in the B column I want cell B1 to equal to A100, B2
=A99, etc.
 
O

Otto Moehrbach

In B1 enter a 1. Drag this down, with Ctrl key held down, as far as Column
A data goes. Sort both columns together, sorting on Column B, descending.
Delete or erase Column B. HTH Otto
 

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

Similar Threads


Top