Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
PERCENTILE (also PERCENTILE.INC) returns the value at the specified percentile rank within a range, where k is between 0 and 1 inclusive. Use it to find cutoff scores, salary benchmarks, or response-time thresholds.
Topic:RANK & statistical aggregates=PERCENTILE(B2:B5,0.75)=PERCENTILE(B2:B5,0.75)Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Find the 90th percentile response time from a column of load-test results”
Returns the rank of a number in a list, assigning the same rank to ties (same as RANK). Essential for leaderboards.
How-toRank a number against a list with RANK — highest first or lowest first. Works the same in Excel and Google Sheets.
ReferenceReturns the rank of a number, averaging ranks for ties. Useful in statistical analysis where tied ranks should not cluster.
How-toMeasure how spread out your numbers are with STDEV for a sample or STDEVP for a whole population. Works in Excel and Google Sheets.
How-toCombine values and their weights with SUMPRODUCT divided by the total weight. Works the same in Excel and Google Sheets.
How-toUse STDEV.S for a sample or STDEV.P for a full population to measure the spread of values around the mean.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: