Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Maths and Trigonometry > QUOTIENT

 

QUOTIENT(numerator, denominator)

 
 Returns the integer portion after division.

 numeratorThe dividend.
 denominatorThe divisor.

 REMARKS
 
  • This function is only available if you have the Analysis ToolPak add-in installed.
     
  • If any of the arguments are not numeric, then #VALUE! is returned.

     EXAMPLES
     
     A
    1=QUOTIENT(5,2) = 2
    2=QUOTIENT(4.5,3.1) = 1
    3=QUOTIENT(-10,3) = -3
    4=QUOTIENT(10,-3) = -3
    5=QUOTIENT(-10,"some text") = #VALUE!
     

     Functions - Q | Index - Q | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top