Highlight both columns of data and sort on the second column using Date/Sort - just as crxmail has suggested. Then in the ranking column put a 1 in the first cell and the following formula in the second cell of the ranking column:
=IF(C2<>C1,A1+1,A1)
copy it down the column and it will only increment the ranking if there is a change of value in column C.
Main Topics
Browse All Topics





by: crxmailPosted on 2004-10-10 at 06:19:40ID: 12270787
Hi,
You could use a simple SORT on both columns using the value as first criteria and the name (alphabetically) as second. This should sort your list in the ranking order you are looking for.
Hope this helps