Examples
=SIGN(2) returns 1.
=SIGN(0) returns 0.
=SIGN(-2) returns -1.
=SIGN(A4) returns –1, if cell A4 contains –2.