AVERAGEIF COLLECT with multiple criteria from multiple columns
Hello,
What is the best formula to use to incorporate a second column criteria to an AVERAGEIF formula? I tried to use COLLECT in the formula but it's giving me an incorrect argument error.
I tried this but it's giving error.
=ROUND(AVERAGEIF([Site Rec'd:]:[Site Rec'd:], "F05", [Spec Type:]:[Spec Type:], "MS", [Receipt to Test/Spl Plan TAT]:[Receipt to Test/Spl Plan TAT]))
Answers
-
See if this works out for you
=AVERAGEIF(AND(Range 1,Criteria 1,Range 2, Criteria 2),[average_range])
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Hi @Mark.poole ,
Not sure if I positioned all the criteria correctly but I'm getting #UNPARSEABLE.
-
=AVG(COLLECT( [Receipt to Test/Spl Plan TAT]:[Receipt to Test/Spl Plan TAT], [Site Rec'd:]:[Site Rec'd:], "F05", [Spec Type:]:[Spec Type:], "MS"))
Thanks to PaulN -
...
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!