D
Derrich R
I already posted this, but allow me to reword my question
and include more detail:
Column A contains a score (not in numeric order)
Column B contains a rank (not in numeric order)
Column C should contain the Percentile
Cell D1 = 139
There are 139 rows.
A B C
456 4 =percentrank(array,number)
345 3
100 1
601 5
211 2
... ..
... ..
832 6
Now, for the function above I'm currently using:
=percentrank(B1:B139,D1). My result is "#N/A". I've also
tried using A1:A139 as my array...still nothing. Any
ideas?
and include more detail:
Column A contains a score (not in numeric order)
Column B contains a rank (not in numeric order)
Column C should contain the Percentile
Cell D1 = 139
There are 139 rows.
A B C
456 4 =percentrank(array,number)
345 3
100 1
601 5
211 2
... ..
... ..
832 6
Now, for the function above I'm currently using:
=percentrank(B1:B139,D1). My result is "#N/A". I've also
tried using A1:A139 as my array...still nothing. Any
ideas?