Hi, I have a question regarding a formula:
We want to get an average result from few columns:
- First will be the Scoring (Score)
- Second will be the employee name (Name)
- Third is the check type we did (Check Type)
- Fourth is the month (Month)
Formula that we used:
=AVG(COLLECT({Score}, {Name}, [Name]@row ), {Check Type}, "Compliance Check", {Month}, CONTAINS("September", @cell )), but it returns "Invalid Operation" error
Please could you advise which reference is causing issue?