Skip to main content
Workday User Guide
Last Updated: 2023-06-23
QUOTIENT

QUOTIENT

Description

Returns the integer portion of a division operation.

Syntax

QUOTIENT(
numerator
,
denominator
)
  • numerator
    : The number to be divided (dividend).
  • denominator
    : The number to divide the numerator by (divisor).

Example

Formula
Result
=QUOTIENT(A1,A2)
Where cell A1 contains
42
and A2 contains
20
.
2

Notes

  • If you want to obtain the full result rather than only the integer portion, use DIVIDE.