Make an Excel Spreadsheet Automatically Calculate Percentage

In this tutorial, I am going to show you 2 easy ways to make an Excel spreadsheet to automatically calculate percentages in various cases. I will also provide some quick tips along the way to format the result to your needs.

Calculating percentage is a common mathematical operation that we use in our everyday life. Although we can do it manually, Excel makes it super easy to automate percentage calculations in large data sets. That also, in a very short time. This is what I want to show you today.


1. Using Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

In the following 3 methods, we will use Excel formulas and functions to automatically find out percentage values.

1.1 Using Conventional Percentage Formula

The conventional formula is the simplest way to get our percentage value for a data set. Let us see how. We are using a data set that has the total number of COVID-affected patients and the number of deaths in America.

Use of Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

Steps:

  • First, select cell C8.
  • Next, double click on cell Type the following formula in that cell:
=C5/C6

Use of Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

  • Then hit Enter.
  • As a result, we get the following decimal number in cell C8. But it is a bit long.
  • So, we will format this value.

Use of Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

  • For that, select cell C8, and go to the Home tab.
  • Then, navigate to the Number option there, and press the % button.

  • Now, we have our value in a percentage format.
  • In addition, you can change the number of decimal points by clicking the increase/decrease decimal button just below the %.


1.2 Applying Excel IFERROR Function

This method can be really helpful if you have a zero-valued cell. The conventional method might produce some errors in this case. So, we use the IFERROR function to avoid any errors. Here, we have an exam mark sheet for four students.

Use of Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

Steps:

  • To begin with, we have 2 cells with a value of 0.
  • In addition, double-click cell E5 and enter the following formula:
=IFERROR(C5/D5,0)

Use of Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

  • Press Enter. At this time, you should see the following result.
  • Also, at the lower right corner of the current cell, you see the Fill Handle.
  • Now, click and drag the Fill Handle to copy the IFERROR function to the remaining cells.

  • So, you have finally got your percentage values for all the cells.


1.3 Calculating Percent Increase or Decrease Automatically

In Microsoft Excel, we can calculate an increase or decrease in values very easily. We’ll be using yearly income changes to understand this method.

Use of Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

Steps:

  • Firstly, select cell E5 and type the following formula:
=(D5-C5)/C5

Use of Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

  • Then, hit Enter. You should get the following result.
  • Next, drag the Fill Handle tool to copy this formula to other cells in the column.

  • Finally, you get the value for all people’s income change in percentage.
  • It is important to note that the minus sign in cell E8 denotes a decrease in salary.


2. Auto Calculating Percentage of Contiguous Cells in Excel Spreadsheet Using Absolute Reference

The absolute reference method comes in really handy when we want to calculate the percentage with respect to a certain cell. To illustrate this method, we will use the following dataset. Let’s jump right into it:

Use of Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

Steps:

  • To start with, click on cell D5 and type this formula:
=C5/$C$9
  • Also, you can use the F4 key to quickly enter the dollar sign for C9.

Use of Excel Formula to Make an Excel Spreadsheet Automatically Calculate Percentage

  • Now, press the Enter key, and you will get the following result.
  • Again, you can format the decimal places as you need.

  • As we did previously, drag the Fill Handle to copy the formula for the remaining cells in the column.
  • Importantly, the second cell reference stays as C9 for all the cells below.
  • This is because we used the absolute reference using the $.
  • Finally, we get the percentage of the obtained marks with respect to the total marks in cell C9.

Read More: How to Add a Percentage to a Number in Excel


Download Practice Workbook

You can download the practice workbook from here.


Conclusion

I really hope that you clearly understood all of the methods to automatically calculate percentages in Excel. And not only that, but you should now be able to apply these methods in various cases, as needed. Don’t forget to download the workbook we provided and practice with the given dataset. You should also practice using your own sets of data. If you have any questions, please let me know in the comments.


Related Articles


<<Go Back to Calculating Percentages in Excel | How to Calculate in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Nazmul Hossain Shovon
Nazmul Hossain Shovon

Nazmul Hossain Shovon, a BUET graduate in Naval Architecture and Marine Engineering, embarked on his career with 8 months dedicated to the Exceldemy project's triumph. Transitioning into a Software Developer role, he specialized in web add-in development. At Exceldemy, he authored about 125 blog articles and solved many visitors’ problems, refining his writing skills and delving into Excel-related topics. With a primary passion for programming and software development, Shovon continually explores new horizons, fostering professional growth in his... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo