PERCENTRANK(array,x[,significance])
PERCENTRANK function returns the rank of a data point in a data set. array is the range of numeric values, x is the data point which you want to rank, and the optional significance specifies the number of significant digits for the returned value, truncating the remainder. If significance is omitted, PERCENTRANK uses three digits.