Returns the value for a specified quartile in a given data set.
Syntax
   
      
         
            
               QUARTILE(number_list; q)
            
         
      
   
   
      
         
      
   
number_list: The data set given as input. Eg., A2:A6
q: The quartile number whose data you want.
0 - Minimum value (0%)
1 - First quartile (25%)
2 - Median value (50%)
3 - Third quartile (75%)
Remarks
            
               
                  The QUARTILE function returns the same result as that of MIN, MEDIAN, and MAX when the q value equals 0, 2, and 4 respectively.
This function has been replaced by QUARTILE.INC. Though Zoho Sheet currently supports this function, we recommend using the new function as QUARTILE function support may be removed in the future.
Examples
| 
             Formula  | 
         
             Result  | 
      
| 
             =QUARTILE(A2:A6;B2)  | 
         
             13  | 
      
| 
             =QUARTILE(A2:A6;B3)  | 
         
             8  | 
      
| 
             =QUARTILE(A2:A6;B4)  | 
         
             21  | 
      
   
      
         
Possible Errors
| 
             Errors  | 
         
             Meaning  | 
      
| 
             #N/A!  | 
         
            
  | 
      
| 
             #NAME!  | 
         
            
  | 
      
| 
             #VALUE!  | 
         
            
  | 
      
| 
             #REF!  | 
         
            
  | 
      
| 
             #NUM!  | 
         
            
  | 
      
Similar Functions
AVERAGE
AVERAGEA
AVERAGEIF
AVERAGEIFS
GEOMEAN
HARMEAN
LARGE
MAX
MAXA
MEDIAN
MIN
MINA
PERCENTILE
PERCENTRANK
RANK
         
            
               SMALL
            
         
         
      
TRIMMEAN
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
         If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
         
      
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.