Invert a column of number

W

Wayne Burritt

Hi: I have a column of 100 numbers in a specific order. I need to invert
them. They are not in ascending or descending, order so the sort function
is out. Any ideas? thanks, Wayne
 
C

cornutty

Easy. Insert a new column A. Then number the newly added
column 1 thru 100 (use fill down to populate). Then sort -
descending if you wish- on the newly added column.

Your data will then appear in reverse, inverted, order.

~Nutty
 

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