How to Use Excel Exponential Function of Base 10: 6 Examples

Method 1 – Use Exponential Function POWER of Base 10

Steps:

  • Select a blank cell C5 where you want to keep the exponents.
  • Use the formula given below in the C5 cell.
=POWER(10,B5)

The POWER function will return an exponent term. Where 10 is the base, and the cell value of B5 is the power.

Use Exponential Function POWER of Base 10

  • Press ENTER to get the result.

  • Drag the Fill Handle icon to AutoFill the corresponding data in the rest of the cells C6:C10. Or you can double-click on the Fill Handle icon.

  • Get all the exponents keeping base 10.

Result of Using Exponential Function POWER of Base 10 in Excel


Method 2 – Utilize LOG Function as Exponential Function of Base 10

Steps:

  • Select a blank cell C5 where you want to keep the exponents.
  • Use the formula given below in the C5 cell.
=LOG(B5,10)

The LOG function will return an exponent term. The cell value of B5 is the number, and 10 is the base.

  • Press ENTER to get the result.

Utilize LOG Function as Exponential Function of Base 10 in Excel

  • You can drag the Fill Handle icon to AutoFill the corresponding data in the rest of the cells C6:C10 or double-click on it.
  • See all the exponents of base 10.

Note: You will see a number error (#NUM!). Because the LOG, LOG10, and LN functions will only work for positive real numbers.

Method 3 – Apply Exponential Function LOG10 with Base 10 in Excel

Steps:

  • Select a blank cell C5 where you want to keep the exponents.
  • Use the formula given below in the C5 cell.
=LOG10(B5)

The LOG10 function will return an exponent term using base 10. Where the cell value of B5 is the number.

  • Press ENTER to get the result.

Apply Exponential Function LOG10 with Base 10 in Excel

  • Drag the Fill Handle icon to AutoFill the corresponding data in the rest of the cells C6:C10. Or you can double-click on the Fill Handle icon.
  • Get all the exponents of base 10.


Method 4 – Employ the LN Function as an Exponential Function in Excel

Steps:

  • Select a blank cell C5 where you want to keep the exponents.
  • Use the formula given below in the C5 cell.
=LN(B5)

The LN function will return an exponent term where the cell value of B5 is the number.

  • Press ENTER to get the result.

Employ LN Function as an Exponential Function in Excel

  • Drag the Fill Handle icon to AutoFill the corresponding data in the rest of the cells C6:C10. Or you can double-click on the Fill Handle icon.
  • Get all the exponents.


Method 5 – Use Generic Formula to Get Exponents in Excel

Steps:

  • Select a blank cell C5 where you want to keep the exponents.
  • Use the formula given below in the C5 cell.
=10^B5

The cell value of B5 is that certain number.

  • Press ENTER to get the result.

Use Generic Formula to Get Exponents of Base 10 in Excel

  • Drag the Fill Handle icon to AutoFill the corresponding data in the rest of the cells C6:C10. Or you can double-click on the Fill Handle icon.
  • See all the exponents of base 10.


Method 6 – Employing EXP as an Exponential Function in Excel

Steps:

  • Blank cell C5 where you want to keep the exponents.
  • Use the formula given below in the C5 cell.
=EXP(B5)

The EXP function will return an exponent term. Where the cell value of B5 is the number.

  • Press ENTER to get the result.

Employing EXP as Exponential Function in Excel

  • Drag the Fill Handle icon to AutoFill the corresponding data in the rest of the cells C6:C10.
  • See all the exponents.


How to Create Exponential Trendline Curve in Excel

Learn how to create an exponential trendline curve in Excel. You have the following dataset where all the exponents are found using the POWER function.

Employing Exponential Function POWER to Create Trendline Curve in Excel

Follow the steps to create the exponential trendline curve.

  • Select the data. We selected the range B4:C10.
  • Go to the Insert tab.
  • From the Charts group, choose Scatter >> Choose Scatter.

How to Create Exponential Trendline Curve in Excel

  • See the graph with points.

  • Select the curve.
  • Go to the add elements (+) option.
  • From the little arrow beside Trendline >> choose Exponential.

  • See the exponential trendline curve.

 


Download Practice Workbook

You can download the practice workbook from here:


Related Articles


<< Go Back to Excel EXP Function | Excel Functions | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Musiha Mahfuza Mukta
Musiha Mahfuza Mukta

Musiha Mahfuza Mukta is a marine engineer who loves exploring Excel and VBA programming. To her, programming is a time-saving tool for dealing with data, files, and the internet. She's skilled in Rhino3D, Maxsurf, C++, MS Office, AutoCAD, and Excel & VBA, going beyond the basics. With a B.Sc in Naval Architecture & Marine Engineering from BUET, she's shifted gears and now works as a content developer. In this role, she creates techy content exclusively focused on Excel... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo