I'm stuck on a COUNTIFS formula
I'm stuck on a formula trying to get a total that only looks for specific criteria.
This is what I wrote: =COUNTIFS(Status53:Status114, NOT(HAS("Backlog", Priority53:Priority114, "High")))
It's not getting the the info I need. I'm trying to find out what tasks have a "High" Priority but aren't Status "Backlog".
I'm sure it's a simple steps that I'm missing. Thanks!
Best Answer
-
Hello,
Does this work? =COUNTIFS(Status53:Status114, NOT(@cell = "Backlog"), Priority53:Priority114, "High")
Answers
-
Hello,
Does this work? =COUNTIFS(Status53:Status114, NOT(@cell = "Backlog"), Priority53:Priority114, "High")
-
@ChloeSmith Hallelujah! Yes, it worked! I've been trying different options for over an hour. Thank you!
-
@Josh L. Woot!! Glad it worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!