View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default paste in Reverse Order

One way, if your data was in C15:C18

=INDEX(C$15:C$18,ROWS(C$15:C$18)-ROWS(C$15:C15)+1)

then copy the formula down and over as far as needed, copy, paste
special-values. If your data was in a single row, change Rows to Columns.


"tikchye_oldLearner57" wrote:

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