I am trying to find an average based on 2 criteria. First, the data pulled should match the "Month Number" and second the data pulled should match "2025"which i have in a cell under my "Month" Column. My formula keeps getting a dived by Zero error. in the first image below you can see my data sheet. im trying to pull the MLD PPMH average based on those two criteria. any ideas where im going wrong?
my current formula:
=AVG(COLLECT({PPMH WEEKLY ENTRY Range 1}, {PPMH WEEKLY ENTRY Range 11}, =[Month Number]@row , {PPMH WEEKLY ENTRY Range 3}, =Month1))