Need the RANK function to include 0
=RANK(B2,$B$2:$B$11,1) doesn’t pick up 0%
Tried an IF
=IF(B2>=0,RANK(B2,$B$2:$B$11,1),””)
These are cells with a formula calculating a % result - really basic stuff. Works with all cells greater than Zero. Can’t understand why the RANK function seems to default to ignore ZERO - also tried RANK.EQ. Any solutions appreciated.
Bookmarks