COUNTIF formula help
System
Employee
This discussion was created from comments split from: Using COUNTIF in Sheet Summary.
Answers
-
Can someone help me with a similar COUNTIF issue. I want a total of projects that have an MSP Status of "Active Started" or "Scheduled For Future Start Date". The formula works in excel but not in the Sheet Summary field in my spreadsheet. I'm getting #INVALID OPERATION
=SUM(COUNTIFS([MSP Status]:[MSP Status], {"Active/Started","Scheduled For Future Start Date"}))
-
@Alicia Beckman Try this instead:
=COUNTIFS([MSP Status]:[MSP Status], OR(@cell = "Active/Started", @cell = "Scheduled For Future Start Date"))
-
That worked! Thank you so much! :)
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!