
Originally Posted by
IdRatherBeCoding
The data is sorted by Reporting Department A-Z then Alphabetical A-Z. I need to reset the rank every time the Reporting Department changes.
OK, so I have Name in column B, Reporting Department in column C and Salary in column D. Column A is for the Rank.
Firstly, sort the data by Reporting Department Alphabetical A-Z, and then Salary Decending Highest to Lowest.
Finally, in cell A2, copy and paste in the following formula and copy it all the way down the column for each value.
Whenever new data is entered, you will need to re-sort the data as above.
This will give you a numeric ranking from 1 to n for each employee from the highest salary to the lowest in each department.
Bookmarks