UNARY_PERCENT
The UNARY_PERCENT
function in Google Sheets returns a value interpreted as a percentage. For example, UNARY_PERCENT(100)
equals 1
.
Function Syntax and Parameters
Syntax: UNARY_PERCENT(percentage)
Parameters:
percentage
: The value to be interpreted as a percentage.
Step-by-Step Tutorial
- Using
UNARY_PERCENT
with a percentage value:- Example:
=UNARY_PERCENT(100)
- Result:
1
- Example:
Use Cases and Scenarios
- Percentage Calculations: Convert a decimal value into a percentage.
- Financial Analysis: Calculate the percentage increase or decrease in revenue.
- Market Research: Determine the percentage of respondents who prefer a certain product.
Related Functions
None
Related Articles
None