The SIGN function in Google Sheets is a powerful tool to determine the sign of a given number. Whether you're analyzing financial data, evaluating mathematical equations, or categorizing data, the SIGN function simplifies the task. Learn how to utilize this function effectively.
Parameters
value: The number for which you want to determine the sign.
Step-by-Step Tutorial
-
Using
SIGNwith positive numbers:- Example:
=SIGN(5) - Result:
1
- Example:
-
Using
SIGNwith negative numbers:- Example:
=SIGN(-10) - Result:
-1
- Example:
-
Using
SIGNwith zero:- Example:
=SIGN(0) - Result:
0
- Example:
Use Cases and Scenarios
- Financial Analysis: Determine the direction (positive or negative) of financial changes.
- Mathematical Equations: Evaluate the sign of mathematical expressions.
- Data Categorization: Categorize data based on its sign (positive, negative, or zero).
Related Functions
None