redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,604
- Office Version
- 365
- Platform
- Windows
Hey all
I have a simple list of numbers that I'm using the =RANK formula to show the TOP 5
Is there a way to avoid the situation where I have two numbers having the same value thus getting the #N/A error as shown in this example
If possible instead of the error just show the same value that it would be equal to - so in my example above F7 would show the value of 17 as this is EQUAL 4th place
Hope this makes sense and thanks in advance
I have a simple list of numbers that I'm using the =RANK formula to show the TOP 5
Cell Formulas | ||
---|---|---|
Range | Formula | |
F3:F7 | F3 | =XLOOKUP(E3,$C$2:$C$11,$B$2:$B$11) |
C2:C11 | C2 | =RANK(B2,$B$2:$B$11) |
Is there a way to avoid the situation where I have two numbers having the same value thus getting the #N/A error as shown in this example
If possible instead of the error just show the same value that it would be equal to - so in my example above F7 would show the value of 17 as this is EQUAL 4th place
Hope this makes sense and thanks in advance