how to paste the values in reverse order in workbook

G

Guest

hi,
after copying the cells, how to paste the copied cells in reverse order
ex: 1
2
3
i want to paste these cells in this order
3
2
1
 
R

Rojee

It would be best to sort the number in descending order
after you paste the copied data.

Rojee
 
R

R.VENKATARAMAN

this solution was given by an MVP(sorry I forgot to note the name)
suppoe your data is in B1 to B16

in some other cell(e.g. D12) type this formula

=OFFSET($B$1,MATCH($B$16,B1:B16,0)-1,0)

copy d12 down till #N/A appears. Remove cells containing ""N./A""
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 

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