View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Lamb Chop Lamb Chop is offline
external usenet poster
 
Posts: 38
Default paste in Reverse Order

You need a helper column

e.g. A1:A5 you have your data, 1, 5, 2, 9, 5...

in B1:B5 you put 1, 2,3, 4, 5

Then sort it reversely with column B you will have Column A reversed.




"tikchye_oldLearner57" wrote
in message ...
hi community

in Excel we can paste a copied of data in a transpose manner by using the
Paste Special dialog box, that is, from a Vertical column into a

Horizontal
row and vice versa,

is there a way for me to Paste a copied data in a reverse order,

example:

if say, I have a data written as 1, 2, 3, 4, 5
and
wanted to paste in reverse order...5, 4, 3, 2, 1
can I do it in reverse order ?

thanks community for the help and info

--
oldLearner57