
PERCENTILE function - Microsoft Support
Returns the k-th percentile of values in a range. You can use this function to establish a threshold of acceptance. For example, you can decide to examine candidates who score above the 90th percentile.
PERCENTILE.INC function - Microsoft Support
Returns the k-th percentile of values in a range, where k is in the range 0 to 1, inclusive. You can use the PERCENTILE.INC function to establish a threshold of acceptance.
PERCENTRANK function - Microsoft Support
The PERCENTRANK function returns the rank of a value in a dataset as a percentage of the dataset -- essentially, the relative standing of a value within the whole dataset. For example, you could use …
PERCENTILE.EXC function - Microsoft Support
The PERCENTILE.EXC function returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive.
Statistical functions (reference) - Microsoft Support
Lists all statistical functions, such as the AVERAGE, COUNTBLANK, and MEDIAN functions.
QUARTILE.INC function - Microsoft Support
Returns the quartile of a data set, based on percentile values from 0..1, inclusive. Quartiles often are used in sales and survey data to divide populations into groups.
PERCENTRANK.EXC function - Microsoft Support
Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set. Syntax PERCENTRANK.EXC (array,x, [significance]) The PERCENTRANK.EXC function syntax has the …
AGGREGATE function - Microsoft Support
Options Required. A numerical value that determines which values to ignore in the evaluation range for the function.
QUARTILE.INC function - Microsoft Support
Returns the quartile of a data set, based on percentile values from 0..1, inclusive. Quartiles often are used in sales and survey data to divide populations into groups.
QUARTILE function - Microsoft Support
Returns the quartile of a data set. Quartiles often are used in sales and survey data to divide populations into groups. For example, you can use QUARTILE to find the top 25 percent of incomes in a population.
Calculate percentages - Microsoft Support
Simple formulas can help you find the percentage of a total such as the percentage difference between two numbers. Find the percentage of a total Let's say that you answered 42 questions out of 50 …