A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
The RANK Function has the following form:
=RANK(a cell, a range of cells, (optional) an order)
If an order is 0 (zero) or omitted, Microsoft Excel ranks number as if the range of cells were a list sorted in descending order.
If order is any nonzero value, Microsoft Excel ranks number as if the range of cells were a list sorted in ascending order
7 3.5 3.5 1 2
=RANK(A3,A2:A6,1) This will return 3 as 3.5 is ranked 3rd in the list
If you still cannot get the RANK function to work, please post the formula you are using and a sample of the data . . .