QUOTIENT function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Returns the integer portion of a division

Syntax

QUOTIENT(numerator, denominator) The QUOTIENT function syntax has the following arguments:
• Numerator Required. The dividend.
• Denominator Required. The divisor.

Example

=QUOTIENT(5, 2)
=QUOTIENT(4.5, 3.1)
=QUOTIENT(-10, 3)

Microsoft Support Page

https://support.microsoft.com/en-us/office/quotient-function-9f7bf099-2a18-4282-8fa4-65290cc99dee

Back to Functions