How to Calculate the Average Ratio in Excel – 2 Methods

The sample Dataset showcases Products, Sales in January, and in February.

How to Calculate Average Ratio in Excel


Method 1 – Using the GCD Function to Calculate the Average Ratio

Use the AVERAGE Function to find the value and the GCD Function to return the greatest common divisor for integer values.

Steps:

  • Insert two additional columns: GCD and Ratio.

  • To find the GCD, enter the following formula in a cell. Here, E5.
=GCD(C5,D5)

How to Calculate Average Ratio in Excel

  • Press ENTER.

  • Drag down the Fill Handle to see the result in the rest of the cells.

How to Calculate Average Ratio in Excel

  • Use the following formula to find the Ratio:
=C5/E5 & ":"& D5/E5

Values in C5 and D5 are divided by the greatest common divisor and presented as a ratio (values are concatenated using a colon).

  • Press ENTER to see the Ratio.

How to Calculate Average Ratio in Excel

 

  • Drag down the Fill Handle to see the result in the rest of the cells.

To calculate the average:

  • Use the following formula to get the Average Sales in January:
=AVERAGE(C5:C9)

 

How to Calculate Average Ratio in Excel

  • Press ENTER to see the Average Sales in January.

  • Use the same formula to find the Average Sales in February:
=AVERAGE(D5:D9)

 

How to Calculate Average Ratio in Excel

  • Press ENTER.

  • To find the Greatest Common Divisor between the Average Sales in January and the Average Sales in February use the following equation:
=GCD(D11,D12)

 

How to Calculate Average Ratio in Excel

  • Press ENTER.

  • Use the formula below to find the Average Ratio:
=D11/D13 & ":"& D12/D13

 

How to Calculate Average Ratio in Excel

  • Press ENTER.

 

Read More: How to Calculate Ratio of 3 Numbers in Excel


Method 2 – Combining the ISNUMBER, IF and AVERAGE Functions

The ISNUMBER Function checks if a cell contains a number. The IF Function verifies if the value in the cell meets the condition. The AVERAGE Function returns the average of the arguments.

Steps:

  • Select a cell to enter the formula. Here, C11.

=AVERAGE(IF(ISNUMBER(C5:C9/D5:D9),C5:C9/D5:D9,""))

 

How to Calculate Average Ratio in Excel

  • Press ENTER to see the Average Ratio.


Practice Section

Practice here.

How to Calculate Average Ratio in Excel


Download Practice Workbook


 

Related Articles


<< Go Back to Ratio in Excel | Calculate in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Naimul Hasan Arif
Naimul Hasan Arif

Naimul Hasan Arif, a BUET graduate in Naval Architecture and Marine Engineering, has been contributing to the ExcelDemy project for nearly two years. Currently serving as an Excel and VBA Content Developer, Arif has written more than 120 articles and has also provided user support through comments His expertise lies in Microsoft Office Suite, VBA and he thrives on learning new aspects of data analysis. Arif's dedication to the ExcelDemy project is reflected in his consistent contributions and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo