Countifs Question
Greetings! How do I use the countifs formula to count if area =1, category 1 = x, and Date range is April? For the example below the value generated by the formula should be 1.
How would I do the same but date range is all of April up to "today"?
Answers
-
Try something like this:
=COUNTIFS(Area:Area, 1, [Category 1]:[Category 1], "x", [Date Closed]:[Date Closed], >=DATE(2024, 4, 1), [Date Closed]:[Date Closed], <=DATE(2024, 4, 30))
or
=COUNTIFS(Area:Area, 1, [Category 1]:[Category 1], "x", [Date Closed]:[Date Closed], >=DATE(2024, 4, 1), [Date Closed]:[Date Closed], <=TODAY())
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!