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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 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!