SIGN(Number)
Arguments
Argument | Data type | Description |
Number | Number | The number to determine the sign of. |
The SIGN function returns a number.
Excel equivalent
Examples
Formula | Result |
SIGN(100) | 1 |
SIGN(0) | 0 |
SIGN(-10) | -1 |
SIGN(Number)
Argument | Data type | Description |
Number | Number | The number to determine the sign of. |
The SIGN function returns a number.
Formula | Result |
SIGN(100) | 1 |
SIGN(0) | 0 |
SIGN(-10) | -1 |
Disclaimer
We update Anapedia regularly to provide the most up-to-date instructions.