• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

AverageIf with Index Function

I want to calculate average by matching multiple condition, and it should also match the relevant column for which we need to calculate average.
 

Attachments

  • AverageIF with Index.xlsx
    93.9 KB · Views: 15
try this in Dashboard sheet cell C17 and drag over and down.
=AVERAGEIFS(INDEX('Data Sheet With CIQ Formulas'!$JE$7:$JS$341,,MATCH(Dashboard!$C$15,'Data Sheet With CIQ Formulas'!$JE$6:$JS$6,0)),'Data Sheet With CIQ Formulas'!$H$7:$H$341,Dashboard!$B17,'Data Sheet With CIQ Formulas'!$JX$7:$JX$341,Dashboard!C$16)
 

Attachments

  • AverageIF with Index.xlsx
    92.9 KB · Views: 14
try this in Dashboard sheet cell C17 and drag over and down.
=AVERAGEIFS(INDEX('Data Sheet With CIQ Formulas'!$JE$7:$JS$341,,MATCH(Dashboard!$C$15,'Data Sheet With CIQ Formulas'!$JE$6:$JS$6,0)),'Data Sheet With CIQ Formulas'!$H$7:$H$341,Dashboard!$B17,'Data Sheet With CIQ Formulas'!$JX$7:$JX$341,Dashboard!C$16)
This is perfect Juniad its working fine.

Thank you very much!
 
Back
Top