Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the SIGN function. |
Examples
Check sign of profit
=SIGN(-250)
Positive value
=SIGN(1500)
Zero value
=SIGN(0)
Common Errors
Non-numeric input returns #VALUE!. SIGN only accepts numbers.
Tips
Use SIGN in formulas instead of IF: =SIGN(A1)*B1 applies B1 positively or negatively based on A1's sign, without an IF statement.
SIGN is useful for physics or financial models: magnitude * SIGN(direction) applies the correct direction without branching logic.
Map SIGN output to labels: =CHOOSE(SIGN(A1)+2, "Loss", "Break-even", "Profit") converts -1/0/1 to meaningful text.
Try SIGN in Viztab
Import your data and use SIGN with 370+ other formulas. No signup required.
Open Viztab