The UNARY_PERCENT function in Google Sheets interprets a number as a percentage, dividing it by 100. It's the formula equivalent of typing a % symbol after a number, so UNARY_PERCENT(100) equals 1. Dive into our comprehensive guide to master its application.
Parameters
percentage: The number to interpret as a percentage.
Step-by-Step Tutorial
-
Converting a number using
UNARY_PERCENT:- Example:
=UNARY_PERCENT(50) - Result:
0.5
- Example:
-
Using
UNARY_PERCENTin a calculation:- Example:
=100*UNARY_PERCENT(25) - Result:
25
- Example:
Use Cases and Scenarios
- Formula Automation: Convert raw numbers into percentage form dynamically inside larger formulas.
- Financial Calculations: Apply percentage-based discounts, markups, or interest rates programmatically.
- Data Import Handling: Standardize numeric values that represent percentages but weren't formatted with a
%sign.
Related Functions
No related functions available for the UNARY_PERCENT function.
Related Articles
No related articles available for the UNARY_PERCENT function.