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
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!