COUNTIFS with criteria & exclusion
Hello, I am looking for help with a formula to determine how many files are assigned to a specific person that are not closed. The column names are listed below:
- [File Manager]
- [File Status]
I have a separate sheet for metrics that I am hoping to pull this data into and I have tried this fornula below:
Note - the Label@row contains the file managers name in a separate column)
=COUNTIF({File Tracker 1}, Label@row, (NOT(CONTAINS("File Closed", @{File Tracker 2}))
I get the error message #UNPARSEABLE
Any help is greatly appreciated.
Answers
-
Seems like you need the below:
=COUNTIFS({File Tracker 1}, Label@row,{File Tracker 2},NOT(CONTAINS("File Closed",@cell)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!