Hello,
I am trying to find the average audit score for a range of percentages between two dates. There are divider rows for organization by month. I have been trying to utilize the following formula but continue to get #DIVIDE BY ZERO for an answer:
=AVG(COLLECT([Audit Score]:[Audit Score], [Date of Chat]:[Date of Chat], >=DATE(2025, 10, 1), [Date of Chat]:[Date of Chat], <=DATE(2025, 12, 31), [Audit Score]:[Audit Score], ISNUMBER(@cell)))
What did I miss?