Trying to count total dates in a column for a specific date range
I'm trying to count the number of submissions of a specific activity in a specific time period.
For example, I want to count the number of submissions for Task A in (Task A/B column) that were submitted in the period >=3/6/23 to <3/14/23 in (Submission Date Column).
I have filtered the file manually and the correct number is 4. The formula keeps coming back with 26.
=COUNTIFS({Submission Date}:{Submission Date}, <=DATE(2023, 3, 6), {Submission Date}:{Submission Date}, <DATE(2023, 3, 13), {Task A/B column}, "New")
Is there an order of operations in countifs that I haven't considered?
Answers
-
Your formula has <= 3/6 instead of >=3/6
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 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!