Using COUNTIFS with multiple criteria and OR
Hi,
I'm trying to count the number of rows that meet the following criteria (I'm getting an "Incorrect Argument" error.
- Project Complete is not checked
- Project Cancelled is not checked
- Sales & Leads is not checked
- Month is August
- Year is 2022
- Deployment Type is either New Deployment or Package Upgrade
=COUNTIFS({Project Complete}, 0, {Project Cancelled}, 0, {Sales & Leads}, 0, {Month}, @cell = 8, {Year}, @cell = 2022, {Deployment Type}, OR(@cell = "New Deployment", @cell = "Package Upgrade"))
Best Answer
-
Does this work?
=COUNTIFS({Project Complete}, 0, {Project Cancelled}, 0, {Sales & Leads}, 0, {Month}, = 8, {Year}, = 2022, {Deployment Type}, OR(@cell = "New Deployment", @cell = "Package Upgrade"))
Answers
-
Does this work?
=COUNTIFS({Project Complete}, 0, {Project Cancelled}, 0, {Sales & Leads}, 0, {Month}, = 8, {Year}, = 2022, {Deployment Type}, OR(@cell = "New Deployment", @cell = "Package Upgrade"))
-
Thanks Mike. It worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!