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 !
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!