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

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
You could use a Pivot Table
or
the AVERAGEIFS function
 
Upvote 0

Forum statistics

Threads
1,216,116
Messages
6,128,926
Members
449,479
Latest member
nana abanyin

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