DIVIDE(list)

The DIVIDE function calculates the division of its arguments.

For example:

DIVIDE(10, 2, 4)

returns the value 1.25, having divided 10 by 2, and the result of this by 4. The list can also be a range in a spreadsheet, as folllows:

DIVIDE(A1..A10).

See also:

Other mathematical functions