SIGN
Determines the sign of a number
Last updated
Was this helpful?
Determines the sign of a number
SIGN( number)
Returns the sign of a number
Argument
Description
number
Number(s) to find sign of
Returns -1 for a negative number, 0 for 0, and 1 for a postive number
SIGN(-2.5) = -1
SIGN(2.5) = 1Last updated
Was this helpful?
Was this helpful?