I'm attempting to average the %age passed for a specific month and year for a specific team.
I successfully used the below to average the total by month and year, but can't figure out how to add the team.
=AVG(COLLECT([%Passed]:[%Passed], [Month 2]:[Month 2], =1, Year:Year, =2024)
I tried the below, but am getting a #UNPARSEABLE error
=AVG(COLLECT([%Passed]:[%Passed], [Month 2]:[Month 2], =1, Year:Year, =2024, Team:Team, =Workforce Admin))
Thanks in advance!