Back to Functions

UMINUS

Returns a number with the sign reversed.

OperatorUMINUS(value)

The UMINUS function in Google Sheets returns a number with the sign reversed. It's the function form of the unary minus operator, useful when a formula needs an explicit function call rather than a leading - sign. Dive into our comprehensive guide to master its application.

Parameters

  • value: The number you want to reverse the sign of.

Step-by-Step Tutorial

  1. Using UMINUS with a positive number:

    • Example: =UMINUS(5)
    • Result: -5
  2. Using UMINUS with a negative number:

    • Example: =UMINUS(-8)
    • Result: 8

Use Cases and Scenarios

  1. Sign Reversal: Flip the sign of a value pulled from another calculation or cell.
  2. Financial Calculations: Represent expenses as negative numbers by reversing sign on positive input values.

Related Functions

  • UPLUS: Returns a number unchanged; the function form of the unary plus operator.
  • MINUS: Returns the difference of two numbers.
  • ABS: Returns the absolute value of a number.

Related Articles

Newsletter

More UMINUS examples coming soon.

We are building short, practical updates for Sheets power users.