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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!