Sgn « Math Functions « VBA / Excel / Access / Word






1.Sgn(number) returns -1 if number is negative, 0 if number is 0, 1 if number is positive.
2.Sgn(-7) returns -1
3.Sgn(0) returns 0
4.Sgn() Returns the sign of a number.