SIGN(x)
x: number
SIGN returns 1 if the x is positive and it returns -1 if x is negative.
This function is Excel compatible.
ABS.