Returns the result of one number divided by another number, without the remainder.
Syntax
numerator: The number to divide. Eg., 3
Remarks
To divide one number by another, use the "/" operator.
Examples
|
Formula |
Result |
|
=QUOTIENT(3;2) |
1 |
|
=QUOTIENT(-34.3;7) |
-4 |
|
=QUOTIENT(D2;E2) |
2 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions