AI Assistant
Help Center AI Assistant is now available
Got questions about Lark? Use our AI chat to find the answers.
00:00
Click and hold to drag
Got It
Try Now

PERCENTILE function for Sheets

1 min read
I. Intro
The PERCENTILE function returns the value at the specified percentile of the data set.
II. About the function
  • Formula: =PERCENTILE(data, percentile)
  • Parameters:
  • data (required): The array or range you want to evaluate.
  • percentile (required): A percentile value between 0 and 1, including 0 and 1.
  • Example: =PERCENTILE(A2:A100,0.95)
  • Note:
  • If percentile is not a number, then it returns the error value #VALUE!.
  • If percentile < 0 or percentile > 1, then it returns the error value #NUM!.
  • If percentile is not a multiple of 1/(n-1), then PERCENTILE will use interpolation to determine the value.
III. Steps
Use the PERCENTILE function
  1. Select a cell and click Formulas on the toolbar, then select Statistical > PERCENTILE. You can also directly enter =PERCENTILE in a cell.
  1. Enter the parameters in the cell. For example: =PERCENTILE(A3:A9,0.28).
  1. Press Enter to display the result, which is 41.04 in this example.
250px|700px|reset
Delete the PERCENTILE function
Select the cell with the PERCENTILE function, and press Delete.
Written by: Lark Help Center
Updated on 2022-10-08
How satisfied are you with this content?
Thank you for your feedback!
Need more help? Please contact Support.
rangeDom