Help with Countifs & Contains formula
I am trying to create a formula to count the number of orders that are on hold. However, we have several hold types, so I just need to count any order that says 'hold' in the field. Here is my current formula. Can you help me figure out why it is not working?
=COUNTIFS({Copy of Copy of LATAM Backlog Range 2}, "40 DEALER CAPITAL ORDER", {Copy of Copy of LATAM Backlog Range 2}, "40 DEALER CAPITAL ORDER", {Copy of Copy of LATAM Backlog Range 3}, "CAPEQUIP", CONTAINS({Copy of Copy of LATAM Backlog Range 4}, "Hold", @cell))
Best Answer
-
Your range/criteria set for CONTAINS is off a little.
=COUNTIFS(…………….., {Range}, CONTAINS("Hold", @cell))
Answers
-
Your range/criteria set for CONTAINS is off a little.
=COUNTIFS(…………….., {Range}, CONTAINS("Hold", @cell))
-
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!