Countifs that aren't certain status and are within specific time frame
I want the formula to show how many items are assigned in the next two weeks that also are not marked Complete, Cancelled, or Hold. When I use the first part of the formula on its own it works, but I want it to show only those within the next two weeks.
=COUNTIFS(Status:Status, NOT(OR(@cell = "Complete", @cell = "Cancelled", @cell = "Hold")), [End Date]:[End Date], AND(@cell >= TODAY(), @cell < TODAY() + 14)))
Answers
-
You have one too many closing parenthesis on the end.
=COUNTIFS(Status:Status, NOT(OR(@cell = "Complete", @cell = "Cancelled", @cell = "Hold")), [End Date]:[End Date], AND(@cell >= TODAY(), @cell < TODAY() + 14))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 291 Events
- 35 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!