View Single Post
  #4   Report Post  
Rowan
 
Posts: n/a
Default

One Way:

If the numbers are in the range A1:A10 then in B1 place the formula:

=INDEX($A$1:$A$10,-ROW(A1)+ROW($A$1)+COUNTA($A$1:$A$10),1)

and copy down to B10.

Hope this helps
Rowan

"vpedchenko" wrote:

Ie, if i have a set of 10 numbers in column A, how to copy the into column B
in reverse order?