Average filtered funtion based on Multiple Criteria

krist01

New Member
Joined
Feb 12, 2015
Messages
2
IssuePar StatusTurn Around TimeDate Recieved
ClaimsPar3
MNRNon-Par5
ClaimsPar2
MNRPar1
ClaimsNon-Par3

<tbody>
</tbody>

The above table depicts my columns, I need a formula that will allow me to view the average turn around times for Claims that the Par status equals "Par" when filtered by the user... typically filtered by quarter or month. I have formulas that work for one criteria, not sure how to do multiple.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
The above table depicts my columns, I need a formula that will allow me to view the average turn around times for Claims that the Par status equals "Par" when filtered by the user... typically filtered by quarter or month. I have formulas that work for one criteria, not sure how to do multiple.

What are your formulas that work for one criteria so we can help modify them?
 
Upvote 0
The formula I located online that works for filtered views is

=SUMPRODUCT(SUBTOTAL(3,OFFSET('Live Data'!M2:M200,ROW('Live Data'!M2:M200)-MIN(ROW('Live Data'!M2:M200)),,1)), --('Live Data'!M2:M200=A6))

it is my understanding that we simply change the function from 3 to 1 to average the column... but not sure how to include additional parameters...
 
Upvote 0

Forum statistics

Threads
1,216,524
Messages
6,131,176
Members
449,629
Latest member
Mjereza

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