COUNTIFS and NOT Formula Creation
Ruby Wood
✭✭
Hello,
I have a table of data that looks like this:
I am needing to create a formula that will count all of the "1" in each column, that do not contain "OPEN" in the name field. So far I have created this formula:
=COUNTIFS(Sun3:Sun27, 1, Employees3:Employees27, NOT("OPEN"))
Does anyone have an idea for a formula that will count all of the 1's connected to employees with names?
Thanks!
Tags:
Answers
-
Are you getting an error message or an incorrect count?
-
@Paul Newcome hello! I am getting "#Invalid Operations" when I enter this formula.
-
Hey @Ruby Wood
You can try: =COUNTIFS(Sun3:Sun27, "1", Employees3:Employees27, NOT(CONTAINS("open", @cell)))
Hope that helps :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!