Is there a way to count cells that contain dates in Smartsheet, like Excel's COUNTA function?
Best Answers
-
There are a number of ways to count Dates.
You can use COUNT(). This counts all cells except empty ones
If you only want to count dates, you can use COUNTIFS
=COUNTIFS(count range, ISDATE(@cell))
If you provide more info or context, I can give you a specific formula
Kelly
-
This worked! Thanks so much @Kelly Moore
I previously used COUNT() but then this no longer worked when I needed to add text to cells in the column. I also tried ISDATE but forgot about (@cell) since I'm still learning formulas in Smartsheet.
Veronica
Answers
-
There are a number of ways to count Dates.
You can use COUNT(). This counts all cells except empty ones
If you only want to count dates, you can use COUNTIFS
=COUNTIFS(count range, ISDATE(@cell))
If you provide more info or context, I can give you a specific formula
Kelly
-
This worked! Thanks so much @Kelly Moore
I previously used COUNT() but then this no longer worked when I needed to add text to cells in the column. I also tried ISDATE but forgot about (@cell) since I'm still learning formulas in Smartsheet.
Veronica
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!