How to Use UPLUS in Google Sheets in 2020?

UPLUSReturns a specified number, unchanged.

Sample Usage

UPLUS(-4)

UPLUS(A2)

Syntax

UPLUS(value)

value – The number to return.

See Also

UNARY_PERCENT: Returns a value interpreted as a percentage; that is, `UNARY_PERCENT(100)` equals `1`.

UMINUS: Returns a number with the sign reversed.

Examples