Please fix my syntax
Ok, I know it's something small but I can't see it.
Can someone please tell me what is wrong with my formula? I'm getting an Incorrect Argument Set
=COUNTIFS(Urgency:Urgency, "1 - URGENT Need attention today", Status:Status, "Pending (awaiting response)", "Working on it")
tagging my formula guru @Paul Newcome
Best Answer
-
In that case you would need an OR function to pull both into the same criteria set.
=COUNTIFS(Urgency:Urgency, "1 - URGENT Need attention today", Status:Status, OR(@cell = "Pending (awaiting response)", @cell = "Working on it"))
Answers
-
You finish it off with
range, criteria, criteria
Is there supposed to be a 3rd range, or are you wanting to evaluate the second range for either/or?
-
second range for either/or
-
In that case you would need an OR function to pull both into the same criteria set.
=COUNTIFS(Urgency:Urgency, "1 - URGENT Need attention today", Status:Status, OR(@cell = "Pending (awaiting response)", @cell = "Working on it"))
-
I knew it was something like that! Thanks again @Paul Newcome !
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!