Back to Functions

POW

Returns a number raised to a power.

OperatorPOW(base, exponent)

The POW function in Google Sheets is a powerful tool to calculate a number raised to a power. Whether you need to calculate compound interest, exponential growth, or perform other mathematical calculations, the POW function simplifies the task. Dive into our comprehensive guide to master its application.

Parameters

  • base: The base number.
  • exponent: The exponent to which the base number is raised.

Step-by-Step Tutorial

  1. Using POW to calculate exponential values:

    • Example: =POW(2, 3)
    • Result: 8
  2. Using POW with variable values:

    • Example: If cell A1 has the value 5 and cell B1 has the value 3, then =POW(A1, B1) will return 125.

Use Cases and Scenarios

  1. Compound Interest: Calculate the growth of an investment over time.
  2. Exponential Growth: Determine the result of compound growth with respect to time.
  3. Scientific Calculations: Perform advanced mathematical calculations.

Related Functions

  • SQRT: Calculate the square root of a number.
  • LOG: Calculate the logarithm of a number.
  • EXP: Calculate the value of Euler's number raised to a power.

Related Articles

Newsletter

More POW examples coming soon.

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