Returns the sign of the specified number.
Syntax Copy Code |
---|
SIGN( Number n ) → Number |
The function returns -1 if n is negative, +1, if n is positive, and 0 if n is zero.
Formula Copy Code |
---|
=SIGN(10) |
Function Reference
ABS Function
JSpreadsheet Programmer's Guide | © 2024 MindFusion |