Skip to main content

How to do exponential calculation to a range of cells in Excel?

Author Tech Support Last modified

In Excel, basic calculations like addition, subtraction, multiplication, and division are straightforward to perform. However, there are times when you need to apply exponential calculations to a range of cells. Whether you want to raise numbers to a specific power or simplify repetitive calculations, Excel provides multiple ways to achieve this. This guide explores three methods to perform exponential calculations:

A screenshot of a dataset in Excel where exponential calculations are applied

Apply exponentiation using the POWER function in Excel

Quickly convert text to number with Kutools for Excel

Apply exponentiation using the ^ operator in Excel


Apply exponentiation using the POWER function in Excel

In Excel, the "POWER" function returns the result of a number raised to a given power.

The syntax for the POWER function is: POWER(number, power), where "number" is the base, and "power" is the exponent used to raise the base number to.

For example, "=POWER(10, 2)" calculates "10" raised to the power of "2", resulting in "100".

Now, I have a range of numbers (A1:A15), and I want to raise each of these numbers to the power of 3. Follow these steps to use the POWER function:

1. In the adjacent blank cell C1, enter this formula.

=POWER (A1, 3)

A screenshot showing the POWER function formula in Excel for exponential calculations

2. Then tap "Enter" key, and select cell C1, then drag the fill handle over to C10. You will get the following results:

A screenshot of a dataset in Excel where exponential calculations are applied

Tip: As they are formulas, when you need copy them to other cells, please paste as values.

Quickly convert text to number with Kutools for Excel

If you're unfamiliar with the Power function, what other method can solve this task? The "Operation Tools" of "Kutools for Excel" can help you to solve this problem quickly and easily.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Itegarate with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...

1. Highlight the range you want to do the exponential calculation.

2. Click "Kutools" > "More" > "Operation".

3. In the "Operation Tools" dialog box, select "Exponentiation" from "Operation", and insert "3" in the "Operand" box, and you can see the results from the "Preview" pane. See screenshot:

A screenshot of the Kutools Operation Tools dialog box with Exponentiation selected

4. Then click "OK" or "Apply". You will immediately get the results of these numbers raised to the power of 3.

Note: If you want to create formulas as well, you can check Create formulas option. If the selected cells include formulas, and you don’t want to do the exponential calculation to the calculated results of formulas, please check Skip formula cells option.

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy permanently free AI features! Get It Now


Apply exponentiation using the ^ operator in Excel

As we can find the relevant +, -, *, / symbol on the keyboard, also we can use the symbol ^ to apply the exponential calculations. Such as 10^2, it stands for 10 to the power of 2. And the calculating result is 100. So we can use this way as follows:

1. In adjacent blank cell C1, enter this formula:

=A1^3

A screenshot showing the caret (^) symbol formula used for exponential calculations in Excel

2. Then tap "Enter" key, and select cell C1, then drag the fill handle over to C10. You will get the following results:

A screenshot of a dataset in Excel where exponential calculations are applied

Tip: As they are formulas, when you need copy them to other cells, please paste as values.