Back to Functions

UPLUS

Returns a specified number, unchanged.

OperatorUPLUS(value)

The UPLUS function in Google Sheets returns a specified number unchanged, mirroring the unary plus operator (+) that you can type directly before a value. While it doesn't alter the result, it can be useful for maintaining formula consistency or signaling intent in complex spreadsheets. Dive into our comprehensive guide to master its application.

Parameters

  • value: The number (or reference to a cell containing a number) to return unchanged.

Step-by-Step Tutorial

  1. Using UPLUS with a number:

    • Example: =UPLUS(5)
    • Result: 5
  2. Using UPLUS with a cell reference:

    • Example: If A1 contains -8, then =UPLUS(A1) will return -8.

Use Cases and Scenarios

  1. Formula Consistency: Explicitly signal that a value is being passed through unchanged as part of a larger formula chain.
  2. Compatibility: Maintain parity with spreadsheets imported from other systems that use the + unary operator explicitly.
  3. Formula Documentation: Make it visually clear in a formula that a positive value is intentional and unaltered.

Related Functions

  • UMINUS: Returns a number with the sign reversed.
  • ABS: Returns the absolute value of a number.

Related Articles

No related articles available for the UPLUS function.

Newsletter

More UPLUS examples coming soon.

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