how to reposition the dataset from top to bottom in a column?

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

Guest

I need to change the datas from top to bottom position or reverse the
position of dataset without doing the ascending or descending order of the
dataset.
 
If data in B1 to B20, try this in C1, and copy down to C20:

=INDEX($B$1:$B$20,20-(ROW(A1)-1))
 

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