<< Go back to all functions

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

  1. Using UNARY_PERCENT with a percentage value:
    • Example: =UNARY_PERCENT(100)
    • Result: 1

Use Cases and Scenarios

  1. Percentage Calculations: Convert a decimal value into a percentage.
  2. Financial Analysis: Calculate the percentage increase or decrease in revenue.
  3. Market Research: Determine the percentage of respondents who prefer a certain product.

Related Functions

None

Related Articles

None