I have a sheet that collects information about quality control scores. I have a column "Total Points" that I am looking to average; however, I am trying to use two different columns to base the average off of "Region" and "Quarter" so basically if the region= Southeast and the quarter =Q1 I want to get an average of Total Points. I know there is no averageifs so I am trying to use AVG(Collect) but I keep getting a #Divide by Zero error.
This is my formula: =AVG(COLLECT([Total Points]:[Total Points], Region:Region, ="Southeast", Quarter:Quarter, ="Q1"))