I'm trying to do a count in a column based on a specific date.
If I wanted to count the number of cells in column B had the date of 1/22/20, how would I go about doing that? I've tried the following with no luck: =COUNTIF([Customer Account Creation Date]2:[Customer Account Creation Date]70, DATE(20, 1, 22))
Answers
-
The year in the DATE function needs to be 4 digits.
=COUNTIF([Customer Account Creation Date]2:[Customer Account Creation Date]70, DATE(2020, 1, 22))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 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!