Skip to main content

QUOTIENT

Definition

Returns one number divided by another, without the remainder.

Sample Usage

QUOTIENT(4,2)

QUOTIENT(A2,B2)

Syntax

QUOTIENT(dividend, divisor)

  • dividend - The number to be divided.

  • divisor - The number to divide by (cannot equal 0).

See Also

SUM: Returns the sum of a series of numbers and/or cells.

PRODUCT: Returns the result of multiplying a series of numbers together.

MULTIPLY: Returns the product of two numbers. Equivalent to the `*` operator.

MINUS: Returns the difference of two numbers. Equivalent to the `-` operator.

DIVIDE: Returns one number divided by another. Equivalent to the `/` operator.

ADD: Returns the sum of two numbers. Equivalent to the `+` operator.

In order to use the QUOTIENT formula, start with your edited Excellentable.

 

 

A
B
1
RADIAN Formula
Value
2
QUOTIENT(5,3)
1
3
QUOTIENT(4.5,3.1)
1
4
QUOTIENT(-10,3)
-3

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.