SIGN
Returns the sign of given number.
Syntax
=SIGN(Value)
Arguments
| Name | Type | Description |
|---|---|---|
| Value | Number | Value to check. |
Return
| Type | Description |
|---|---|
| Number | Returns 1, if number value is positive, -1, if it is negative or 0, if value is 0. |
Examples
| Formula | Result | Comment |
|---|---|---|
| -1 |