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
- 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
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!