Average If

=AVERAGEIF({Project Master Log - COPPERA Range 7}, {Project Master Log - COPPERA Range 6}, "Pending", {Project Master Log - COPPERA Range 2}, Week@row, {Project Master Log - COPPERA Range 4}, Year@row)
I'm trying to average the gpm% of the items that are pending and match the date ranges.
Best Answer
-
AVERAGEIF only allows for a single range/criteria set. To include multiple range/criteria sets you will need to use an AVG/COLLECT combo.
=AVG(COLLECT({Range to average}, {1st Criteria range}, 1st criteria, {2nd Criteria range}, 2nd criteria, ......................))
Answers
-
AVERAGEIF only allows for a single range/criteria set. To include multiple range/criteria sets you will need to use an AVG/COLLECT combo.
=AVG(COLLECT({Range to average}, {1st Criteria range}, 1st criteria, {2nd Criteria range}, 2nd 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!