View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JBoulton JBoulton is offline
external usenet poster
 
Posts: 50
Default to reverse a column

Make a "helper" column with 1,2,3... and then sort descending on that.

"Rasoul Khoshravan" wrote:

I have a column of data.
I want to reverse it. Is it possible?

as
ab
ad

change to
ad
ab
as