TRUECALC
Functions

QUOTIENT

Integer portion of division

Try it

When to use it

When should I use QUOTIENT instead of regular division?

Use QUOTIENT when you need only the whole-number part of a division — for example calculating how many full boxes fit into a shipment, discarding any remainder.

Used in

operations

Syntax

QUOTIENT(numerator, denominator)

Examples

=QUOTIENT(4,2) // => 2

On this page