CountIFS with cross reference sheet with multiple drop down selections
Hi,
I am trying to get a count of status from cross reference sheet, with multiple dropdown selections in the same column. Here is what I tried and it's giving me wrong number or unparseable error.
=COUNTIFS({Communications Database Status}, "In Progress Compliance", {Communications Database Status}, "In Progress BO")
What am i doing wrong?
Thank you.
Best Answer
-
Use the OR function:
=COUNTIFS({Communications Database Status}, OR(@cell="In Progress Compliance", @cell= "In Progress BO"))
Answers
-
Use the OR function:
=COUNTIFS({Communications Database Status}, OR(@cell="In Progress Compliance", @cell= "In Progress BO"))
-
Thank you. As logical as it sounds, I tried OR and at first it gave me unparseable error. At second try it worked. :)
First try - my formula
=COUNTIFS({Regulatory Communications Database|Status}, OR (@cell ="In Progress BO", @cell= "Awaiting BO Confirmation"))
Second try - my formula
=COUNTIFS({Regulatory Communications Database|Status}, OR(@cell ="In Progress BO", @Cell= "Awaiting BO Confirmation"))
Strange that SmartSheet would not forgive this syntax error?
-
I'm trying something similar but struggling.
I don't want a total if either criteria works (which gives me a big number - but rather a count only if both criteria are met.
I tried to replace OR with AND but it failed.
Thoughts?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!