Getting an average between dates

aislinnlc

New Member
Joined
Apr 17, 2019
Messages
3
Hi again

I am trying to find the formula so that i can return the average % into a cell.

I have a column which give me a %

I have a large amount of data in dates. I need to return the average % into a cell but between dates.

For example, in 2014-2015 the average % was ................and so on.

Any help will be gratefully received :)
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
By far the easiest solution would be to use the AVERAGEIFS formula:

=AVERAGEIFS(B2:B22,A2:A22,">="&D3,A2:A22,"<"&E3)

This would return the average of values in B2:B22 if the date in A2:A22 is greater than or equal to the date in D3 and smaller than the date in E3.
 
Upvote 0

Forum statistics

Threads
1,214,817
Messages
6,121,717
Members
449,050
Latest member
MiguekHeka

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top