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
- Smartsheet Customer Resources
- 62.2K Get Help
- 358 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 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!