Back to Functions

UNARY_PERCENT

Returns a value interpreted as a percentage; that is, `UNARY_PERCENT(100)` equals `1`.

OperatorUNARY_PERCENT(percentage)

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

  1. Converting a number using UNARY_PERCENT:

    • Example: =UNARY_PERCENT(50)
    • Result: 0.5
  2. Using UNARY_PERCENT in a calculation:

    • Example: =100*UNARY_PERCENT(25)
    • Result: 25

Use Cases and Scenarios

  1. Formula Automation: Convert raw numbers into percentage form dynamically inside larger formulas.
  2. Financial Calculations: Apply percentage-based discounts, markups, or interest rates programmatically.
  3. 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.

Newsletter

More UNARY_PERCENT examples coming soon.

We are building short, practical updates for Sheets power users.