UPLUS
The UPLUS
function in Google Sheets returns a specified number, unchanged.
Function Syntax and Parameters
Syntax: UPLUS(value)
Parameters:
value
: The number to return unchanged.
Step-by-Step Tutorial
- Using
UPLUS
with a number:- Example:
=UPLUS(5)
- Result:
5
- Example:
Use Cases and Scenarios
- Data Modification: Retrieve a number without any changes.
- Formula Auditing: Show the original value of a cell.
Related Functions
None.
Related Articles
None.