UMINUS
negates a number · from google sheets · no excel equivalent · sheets: not yet compared
signature
UMINUS(value)
returns: number
| argument | required |
|---|---|
| value | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=UMINUS(5) -5 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #VALUE! | =UMINUS("alpha") |