Hi!
I am trying to average a range (which are percentages) based on the Issue Date Year and the Type.
I have tried:
=AVG(COLLECT({Row Averages}, {QA Type}, "Internal", {QA Initial Date}, Year=2020))
and
=AVERAGEIF({QA Type}:{QA Type}, "Internal", {QA Initial Date}:{QA Initial Date}, Year=2020, {Row Averages}:{Row Averages})
and any combo you can think of :) .. still can't get it to return nicely.
Thanks!!