Description
Returns the integer part of a division, after the given number is divided by a divisor.
Syntax
QUOTIENT(Number, Divisor)
Arguments
Argument | Type | Dimensions | Description |
---|---|---|---|
Number (required) | Number | Any Dimensions | Number to divide. |
Divisor (required) | Number | No Dimension or Dimensions of Number | Number to divide with. |
Returns
Type | Dimensions |
---|---|
Number | Dimensions of argument Number |
Examples
Formula | Result | Description |
---|---|---|
QUOTIENT(19, 5) | 3 | 19 is divisible 3 times by 5. |
QUOTIENT(2, 5) | 0 | 2 is divisible 0 times by 5. |
See also
Excel: QUOTIENT
Related articles: MOD
More of a hands-on learner?
Talk to your Customer Success Manager about downloading the Functions and Modifiers in Pigment Application into your workspace. It includes examples of every formula and modifier in Pigment!
