DIVIDE
Divides one number by another and returns an alternate value when the operation results in an error, ensuring reliable calculations.
Syntax
DIVIDE (Numerator, Denominator, Alternate)Arguments
Example
DIVIDE (COLUMN1, COLUMN2, 0)
Last updated
Was this helpful?