reverse or invert column data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I reverse or invert a column of data?
I want to highlight a range and reverse the data
row 1 --> row N
row 2 --> row N-1
. . .


Trying Help and Search for "reverse" and "invert" gave no answers
 
To invert B1:B20
To B20:B1

Try this:

=INDEX($B$1:$B$20,20-(ROWS($1:1)-1))

And copy down 20 rows.
 

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

Back
Top