what is the underlying formula for the percentrank function

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Geff.
The PercentRank formula of...
PERCENTRANK(array,x,significance)
where...
array is the array or range of data with numeric values that defines
relative standing.
x is the value for which you want to know the rank.

comes from...
=(MATCH(x,array)-1)/(COUNTA(array)-1)

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top