Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs division and returns alternate result or BLANK() on division by 0.
Syntax
Divide (<numerator>, <denominator> [,<alternateresult>])
Arguments
numerator
The dividend or number to divide.
denominator
The divisor or number to divide by.
alternateresult
(Optional) The value returned when division by zero results in an error. When not provided, the default value is BLANK().
Remarks
Alternate result on divide by 0 must be a constant.