Making an averageif statement that uses multiple criteria like countifs does
Where I have a "Trainee" column, a Rubric Week" column, and a "Score" column that sums the scores of multiple criteria, I am trying to get a running average column for multiple weeks.
To say it another way, I have two criteria that I need to meet. I need to average the scores where the "Rubric Week" is a certain week and the "Trainee" references @row
currently i'm at =averageif(and([Rubric Week]=1)trainee:trainee,Trainee@row,Score:Score) and getting #unparseable.
any help would be appreciated!
Best Answer
-
You would need an AVG/COLLECT
=AVG(COLLECT(Score:Score, [Rubric Week]:[Rubrick Week], @cell = 1, Trainee:Trainee, @cell = Trainee@row))
Answers
-
You would need an AVG/COLLECT
=AVG(COLLECT(Score:Score, [Rubric Week]:[Rubrick Week], @cell = 1, Trainee:Trainee, @cell = Trainee@row))
-
DAAAAAAAAANGG!! @Paul Newcome you are a beast! I got it with:
=AVG(COLLECT(Score:Score, [Rubric Week]:[Rubric Week], 1, Trainee:Trainee, Trainee@row))
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!