Home

How to Use the QUARTILE.EXC and QUARTILE.INC Functions in Excel

|
Updated:  
2016-03-26 07:11:32
|
From The Book:  
No items found.
Excel Sales Forecasting For Dummies
Explore Book
Buy On Amazon

The QUARTILE.EXC and QUARTILE.INC functions in Excel determine the array value at a specified quartile in an array—and work in a manner similar to the percentile functions.

The QUARTILE.EXC formula uses the syntax

=QUARTILE.EXC(<i>array</i>,quart)

The QUARTILE.INC formula uses the syntax

=QUARTILE.INC(<i>array</i>,<i>quart</i>)

where array gives the array of values and quart gives the quartile of the value that you want to find.

To find the value in the first quartile in the array of values (inclusive) shown in the worksheet range A1:A9 in this figure, use the formula

The function returns the value <span class=4." width="535"/>
The function returns the value 4.
=QUARTILE.INC(A1:A9,2)

The function returns the value 4, because the value 4 is at the 50th percentile in this array. This formula appears in cell G10 in the worksheet shown.

To find the value in the first quartile in the array of values (exclusive) shown in the worksheet range A1:A9 in the figure, use the formula

=QUARTILE.EXC(A1:A9,2)

The function also returns the value 4, because the value 4 is also at the 50th percentile in this array.

About This Article

This article is from the book: 

No items found.

About the book author:

Stephen L. Nelson, MBA, CPA, MS in Taxation, is a CPA in Redmond, Washington, where he provides accounting, business advisory, and tax planning and preparation services to small businesses. He is the bestselling author of 100-plus books about how to use computers to manage personal and business finances.