The SIGN function is one of the math and trigonometry functions. It is used to return the sign of a number. If the number is positive, the function returns 1. If the number is negative, the function returns -1. If the number is 0, the function returns 0.
Syntax
SIGN(number)
The SIGN function has the following argument:
Argument
Description
number
A numeric value for which you want to get the sign.