SIGN

Syntax

=SIGN(value)

Arguments

ArgumentTypeDescription
valueNumberThe value to calculate sign

Examples

=SIGN(3.1459)1
Calculates the sign of the value 3.14159

=SIGN(-2)-1
Calculates the sign of the value -2

=SIGN(0)0
Calculates the sign of the value 0