Forum Discussion

Johnny_B1640's avatar
Johnny_B1640
Copper Contributor
Dec 24, 2023
Solved

Is there a formula that lists the agents with an average of 100%

I have data that has all of the grades of my team. Members will have multiple entries in excel as we're graded per transaction. I just need a formula that lists all members that have an average score...
  • HansVogelaar's avatar
    Dec 24, 2023

    Johnny_B1640 

     

    =UNIQUE(FILTER(Name_Range,AVERAGEIFS(Grade_Range,Name_Range,Name_Range)>=100%,""))

Resources