Is there a way to count the number of dates in a cell?
I want to include a column that indicates the number of times the due date has been extended, but not sure what would be the best way to do this. The "Fulfillment Due Date History" Column on my sheet has a cross-sheet formula that lists the various due dates if they have changed. Could a formula be set up to count the number of dates in the the history column which is basically the number of extensions?
For example, the first two lines below are requests that have not been extended since the history column is blank. The third line shows a request that has been extended 3 times since there are 3 different dates referenced in the history column. I'd like the number of extensions to be referenced in the "Number of Extensions" column.
Thoughts on a better way to accomplish this are also welcome.
Thank you!
Answers
-
Hi @Sara Ross
What formula are you using to return the dates? Are you separating them with CHAR(10)?
If so, I would suggest changing the column type to be a Multi Select. This will bring back the dates as specific, separate values. Then you can COUNT them with COUNTM!
For example:
=IF([Fulfillment Due Date History]@row = "", 0, COUNTM([Fulfillment Due Date History]@row))
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!