How to Calculate Average Quarterly Revenue in Excel (8 Ways)

Get FREE Advanced Excel Exercises with Solutions!

Calculating the average is a common task in our regular professional life. Almost every day, we calculate the average of something according to our needs. In this article, we are going to show 8 unique methods to calculate average quarterly revenue in Excel. If you are also curious about it, download our practice workbook and follow us.


Download Practice Workbook

Download this practice workbook for practice while you are reading this article.


What Is Quarterly Revenue?

In a year, we have 12 months, and the combination of conjugated 3 months is called a quarter. So, when an organization publishes its income and expenses report as well as the revenue report for three months period is called a quarterly revenue report. It has both merit and demerits.

📖 Merits:

  1. Help a corporation set their goal
  2. Tracks the performance of that company
  3. Compare the performance reports within a short period,
  4. Resolve any unexpected issue regarding the product
  5. Figure out the top demandable season of any product
  6. Building a trustworthy relationship between the stakeholder and the management
  7. Attracting new investors

📖 Demerits:

  1. Provide the sales report for a short period. As a result, not possible to predict overall product demand,
  2. Display low amount of sales,
  3. Need lots of time to create,
  4. Not suitable for the industry where sales don’t fluctuate significantly.

8 Easy Methods to Calculate Average Quarterly Revenue in Excel

To demonstrate the approaches, we consider the dataset of the quarterly revenue report of a stationary company for 5 different items. The name of the items are in column B, and the 4 quarterly reports are in columns C, D, E, and F. So, our dataset is in the range of cell B6:F10. We will show the average quarterly revenue value in column G.

📚 Note:

All the operations of this article are accomplished by using the Microsoft Office 365 application.


1. Applying Conventional Formula

In our first approach, we will use a conventional formula to calculate average quarterly revenue in Excel. The steps of this method are given below:

📌 Steps:

  • First of all, select cell G6.
  • Now, write down the following formula into the cell.

=(C6+D6+E6+F6)/4

  • Press Enter.

Applying Conventional Formula to Calculate Average

  • Then, double-click on the Fill Handle icon to copy the formula up to cell G10.

  • You will get the average value of the quarterly revenue.

Applying Conventional Formula to Calculate Average Quarterly Revenue

Thus, we can say that our formula works perfectly, and we are able to calculate average quarterly revenue in Excel.

Read More: How to Calculate Monthly Average from Daily Data in Excel


2. Using AVERAGE Function

In this method, we are going to use the AVERAGE function to estimate average quarterly revenue in Excel. The steps of this process are given as follows:

📌 Steps:

  • First, select cell G6.
  • After that, write down the following formula into the cell.

=AVERAGE(C6:F6)

  • Then, press Enter.

Using AVERAGE Function

  • Now, double-click on the Fill Handle icon to copy the formula up to cell G10.

  • You will get the average value of the quarterly revenue.

Using AVERAGE Function to Calculate Average Quarterly Revenue

So, we can say that our formula works effectively, and we are able to calculate average quarterly revenue in Excel.

Read More: How to Calculate Average Revenue in Excel (6 Easy Methods)


3. Utilizing AVERAGEA Function

In this process, we will use the AVERAGEA function to evaluate average quarterly revenue in Excel. The steps of this procedure are shown below:

📌 Steps:

  • At first, select cell G6.
  • Then, write down the following formula into the cell.

=AVERAGEA(C6:F6)

  • Press Enter.

Utilizing AVERAGEA Function to Calculate Average Quarterly Revenue

  • Afterward, double-click on the Fill Handle icon to copy the formula upto cell G10.

  • You will get your desired result.

Utilizing AVERAGEA Function to Calculate Average

 

Hence, we can say that our formula works precisely, and we are able to calculate average quarterly revenue in Excel.

Read More: [Fixed!] AVERAGE Formula Not Working in Excel (6 Solutions)


4. Combining AVERAGE and LARGE Functions

Here, the AVERAGE and LARGE functions will help us to determine the average quarterly revenue in Excel. The steps of this case are shown as follows:

📌 Steps:

  • Firstly, select cell G6.
  • Write down the following formula into the cell.

=AVERAGE(LARGE(C6:F6,{1,2,3,4}))

  • Next, press Enter.

Combing AVERAGE and LARGE Functions to Calculate Average Quarterly Revenue

  • Then, double-click on the Fill Handle icon to copy the formula up to cell G10.

  • You will get the result.

Combing AVERAGE and LARGE Functions to Calculate Average

Therefore, we can say that our formula works properly, and we are able to calculate average quarterly revenue in Excel.

🔎 Breakdown of the Formula

We are breaking down the formula for cell G6.

👉 LARGE(C7:F7,{1,2,3,4}): The LARGE function returns 4523, 4326, 4215, and 4139.

👉 AVERAGE(LARGE(C6:F6,{1,2,3,4})): The AVERAGE function returns the average of the four numbers of the array and shows the final result. For this cell, the value is 5089.

Read More: Calculate the Average of an Array with VBA (Macro, UDF, and UserForm)


Similar Readings


5. Combination of AVERAGE and SMALL Functions

In the following method, we are going to use the AVERAGE and SMALL functions to calculate the average quarterly revenue in Excel. The procedure is explained below step-by-step:

📌 Steps:

  • In the beginning, select cell G6.
  • Next, write down the following formula into the cell.

=AVERAGE(SMALL(C6:F6,{1,2,3,4}))

  • Then, press Enter.

Combination of AVERAGE and SMALL Functions to Calculate Average Quarterly Revenue

  • After that, double-click on the Fill Handle icon to copy the formula up to cell G10.

  • You will figure out the average value.

Combination of AVERAGE and SMALL Functions to Calculate Average

In the end, we can say that our formula works perfectly, and we are able to calculate average quarterly revenue in Excel.

🔎 Breakdown of the Formula

We are breaking down the formula for cell G6.

👉 SMALL(C6:F6,{1,2,3,4}): The SMALL function returns 4910, 50355180, and 5230.

👉 AVERAGE(SMALL(C6:F6,{1,2,3,4})): The AVERAGE function returns the average of the four numbers of the array and shows the final result. For this cell, the value is 5089.

Read More: How to Calculate Average Only for Cells with Values in Excel


6. Using AutoSum to Find Average Quickly

In the following procedure, we are going to estimate the average from the AutoSum command. It is the easiest approach to calculating the average quarterly revenue. The steps of this method are described below:

📌 Steps:

  • First of all, select the range of cells C6:G10.
  • Now, in the Home tab, select the drop-down arrow of the AutoSum > Average option from the Editing group.

  • You will get the average value of the quarterly revenue within a second.

Using AutoSum to Find Average Quickly to Calculate Average Quarterly Revenue

At last, we can say that our procedure works effectively, and we are able to calculate average quarterly revenue in Excel.

Read More: How to Calculate Average of Multiple Ranges in Excel (3 Methods)


7. Estimating Average by SUM Function

In the following approach, we will use the SUM function to determine the average quarterly revenue in Excel. The steps of this method are given below:

📌 Steps:

  • First, select cell G6.
  • After that, write down the following formula into the cell.

=SUM(C6:F6)/4

  • Now, press Enter.

Using SUM Function to Calculate Average Quarterly Revenue

  • Then, double-click on the Fill Handle icon to copy the formula up to cell G10.

  • You will figure out the average value of the quarterly revenue.

Estimating Average by SUM Function

Thus, we can say that our formula works precisely, and we are able to calculate average quarterly revenue in Excel.

Read More: How to Calculate Sum & Average with Excel Formula


8. Evaluating Average by SUBTOTAL Function

In the last method, we are going to use the SUBTOTAL function to calculate the average quarterly revenue in Excel. The steps of this method are explained as follows:

📌 Steps:

  • Firstly, select cell G6.
  • Now, write down the following formula into the cell.

=SUBTOTAL(9,C6:F6)/4

  • Then, press Enter.

Using SUBTOTAL Function to Calculate Average Quarterly Revenue

  • Afterward, double-click on the Fill Handle icon to copy the formula up to cell G10.

  • You will figure out the average value of the quarterly revenue.

Evaluating Average by SUBTOTAL Function

Finally, we can say that our formula works successfully, and we are able to calculate average quarterly revenue in Excel.

Read More: How to Do Subtotal Average in Excel (5 Suitable Ways)


Conclusion

That’s the end of this article. I hope that this article will be helpful for you and you will be able to calculate average quarterly revenue in Excel. Please share any further queries or recommendations with us in the comments section below if you have any further questions or recommendations.

Don’t forget to check our website, ExcelDemy, for several Excel-related problems and solutions. Keep learning new methods and keep growing!


Related Articles

Soumik Dutta
Soumik Dutta

Hi! I am Soumik. I have completed my Bachelor of Science in Naval Architecture and Marine Engineering. I have found my calling in Machine Learning and Data Science, and in pursuing so, I have realized the importance of Data Analysis. Excel is one excellent tool to fulfill the purpose. I am always trying to learn every day about different features of Excel and trying to share here what I am learning.

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo