I need to use the PERCENTRANK function in order to rank an entire column; however, the column includes non-numbers such as the column header as well as numerous #N/A's that are returned via formula when a number is non-existent in a database. I have used the following array formulas in order to force the calculation of the GEOMEAN and AVERAGE of the column:
{=GEOMEAN(IF(ISNUMBER($M:$M),$M:$M,""),IF(ISNUMBER($M:$M),$M:$M,""),IF(ISNUMBER($M:$M),$M:$M,""))}
{=AVERAGE(IF(ISNUMBER($M:$M),$M:$M,""),IF(ISNUMBER($M:$M),$M:$M,""),IF(ISNUMBER($M:$M),$M:$M,""))}
Is there a way to use PERCENTRANK, or one of its brethren, in the same way?
Bookmarks