How to Calculate Quartiles in Excel
A quartile is the name for a percentage of data in four parts, or quarters, which is especially helpful for marketing, sales, and teachers scoring tests. Do you have data entered into your Excel sheet and want to see the quartiles (like...
Using "QUARTILE.INC"
- Open your project in Excel. If you're in Excel, you can go to File > Open or you can right-click the file in your file browser.
- This method works for Excel for Microsoft 365, Excel for Microsoft 365 for Mac, Excel for the web, Excel 2019-2007, Excel 2019-2011 for Mac, and Excel Starter 2010.
- Select an empty cell where you want to display your quartile information. This can be anywhere on your spreadsheet.
- For example, you can select cell E7 even if all your data is located in cells A2-A20.
- Enter the quartile function: =QUARTILE.INC(. INC stands for "Inclusive," which will give you results that include 0+100.
- Select the cells containing your data. You can drag your cursor to select the entire range or you can select the first cell then press CTRL + SHIFT + Down arrow.
- After you've selected the data set, you'll see it entered into your formula. It'll look something like "=QUARTILE.INC(A2:A20". Don't add the closing parentheses because you'll need to add more information to the function.
- Enter ",1)" to finish the formula. The number after the data range can represent either Q1, Q2, Q3, or Q4, so you can use any number 1-4 in the function instead of 1.
- The function QUARTILE.INC(A2:A20,1) will show you the first quartile (or 25th percentile) of your data set.[1]
- Press ↵ Enter (Windows) or ⏎ Return (Mac). The cell you have selected will display the quartile function result. You can repeat this process using the other quartile function to see the differences.[2]
Using "QUARTILE.EXC
- Open your project in Excel. If you're in Excel, you can go to File > Open or you can right-click the file in your file browser.
- This method works for Excel for Microsoft 365, Excel for Microsoft 365 for Mac, Excel for the web, Excel 2019-2007, Excel 2019-2011 for Mac, and Excel Starter 2010.
- Select an empty cell where you want to display your quartile information. This can be anywhere on your spreadsheet.
- For example, you can select cell E7 even if all your data is located in cells A2-A20.
- Enter the quartile function: =QUARTILE.EXC(. .EXC displays exclusive results, not showing you the highest and lowest ranges.
- Select the cells containing your data. You can drag your cursor to select the entire range or you can select the first cell then press CTRL + SHIFT + Down arrow.
- After you've selected the data set, you'll see it entered into your formula. It'll look something like "=QUARTILE.EXC(A2:A20". Don't add the closing parentheses because you'll need to add more information to the function.
- Enter ",1)" to finish the formula. The number after the data range can represent either Q1, Q2, Q3, or Q4, so you can use any number 1-4 in the function instead of 1.
- The function QUARTILE.EXC(A2:A20,1) will show you the position of the first quartile in your data set.[3]
- Press ↵ Enter (Windows) or ⏎ Return (Mac). The cell you have selected will display the quartile function result. You can repeat this process using the other quartile function to see the differences.[4]
3.8 ★ | 4 Vote
You should read it
- QUARTILE function - The function returns the quartile of a dataset in Excel
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excel
- QUARTILE.INC function - The function returns the quartile of a dataset including values 0 and 1 in Excel
- Basic Excel functions that anyone must know
- How to use Hlookup function on Excel
- How to use the SUM function to calculate totals in Excel
- How to use the LEN function in Excel
- How to use COUNTIF function on Excel
- How to use the MOD function and QUOTIENT function in Excel
- How to use MID functions to get strings in Excel
- How to use Excel's VALUE function
- How to use the WRAPROWS function in Excel