Formula for Average If
I read you have to use COLLECT if you want to average using multiple conditions.
I want to average the difficulty rankings of all projects with the same project lead and project status. The difficulty rank is Difficulty. The project status is the Metric@Row.
All I get is #INCORRECTARGUMENT.
Help?
Example formula
=AVG(COLLECT({Project Lead}, "Amy", {Status}, Metric@Row, {Difficulty}))
Answers
-
@Paul Newcome Answered this question in the following community thread.
https://community.smartsheet.com/discussion/65086/averageifs-question
-
@UserAHC The syntax for the COLLECT function is incorrect. Your range to average should come first.
You have
range/criteria/range/criteria/avg_range
You need
avg_range/range/criteria/range/criteria
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!