The UMINUS function in Google Sheets is a powerful tool to return a number with the sign reversed. Whether you're working with positive or negative numbers, the UMINUS function simplifies the task. Dive into our comprehensive guide to master its application.
Parameters
value: The number you want to reverse the sign of.
Step-by-Step Tutorial
- Using
UMINUSwith an individual number:- Example:
=UMINUS(5) - Result:
-5
- Example:
Use Cases and Scenarios
- Change Sign: Reverse the sign of a specific number.
- Calculations: Perform mathematical calculations involving negative numbers.