JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,404
- Office Version
- 365
- Platform
- Windows
The rank.eq and rank.avg functions return the #N/A error if the number is not in the reference set. Is there a way to get the (approximate) rank of such a number?
For example, is there a way to find the rank of "10" in the reference list 1, 4, 5, 9, 12, 13?
I see 3 possibilities:
For example, is there a way to find the rank of "10" in the reference list 1, 4, 5, 9, 12, 13?
I see 3 possibilities:
- Return the rank it would have if it were in the list. In this examples that would be 5.
- Return average of the ranks of the numbers it would be between if it were in the set. In this example it would be 4.5.
- Return prorated rank of the numbers it would be between if it were in the set. In this example, that would be 4.33.