FormulaCraft

PERCENTILE

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
Excel
=PERCENTILE(B2:B5,0.75)
Google Sheets
=PERCENTILE(B2:B5,0.75)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1Supply the data range and a percentile between 0 and 1: =PERCENTILE(B2:B5,0.75).
  2. 20.5 returns the median, 0.75 the 75th percentile, 0.9 the 90th, and so on.
  3. 3The function interpolates between data points when needed to return the exact percentile value.

Need a version for your data?

Try: “Find the 90th percentile response time from a column of load-test results

More on RANK & statistical aggregates

See all →

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: