Thread: Rank the Data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dm16s dm16s is offline
external usenet poster
 
Posts: 4
Default Rank the Data

Is there any way to rank the data using a macro, or is there an easier
way?

Basically I have a list of data sorted by state. I want to rank the
data from high to low(1st, 2nd, or 1,2, etc.), but not sort the data (I
want it to stay where it is with the rank to the right of the data).

How can I do this?

Thanks,

Dave