Average Number(formula found) of Column Only in Date Range from Other Column

wmunsey81

New Member
Joined
Nov 30, 2017
Messages
29
Here is the Logic:

Repair DB in Excel.

Column H contains Request Date

Column AG contains Return Date

Column BD contains Range AG - Range H only if Column O (Property #) is not 1918.

This part works just fine and exactly what I need, for example:

Code:
=IF(AG2484="","",IF(O2484<>1918,AG2484-H2484,""))

This is what I am wanting. I am able to find the average of BD which gives me numbers no problem: =AVERAGE(BD6:BD2505)

What I need to do is find 2 items, and I think if I find one the other will flow with the same kind of code, is to find volume and average per quarter of year.

This would probably include a IF statement that would look up value of Column H and if falls in certain range, it would count and then take those average of number range.

I also made a set of 8 date ranges (2 columns) of start and finish of each quarter if that helps.

Any help would be awesome!
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
You could use a Pivot Table
or
the AVERAGEIFS function
 
Upvote 0

Forum statistics

Threads
1,215,594
Messages
6,125,723
Members
449,255
Latest member
whatdoido

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