Forum Discussion
stephbuch11
Aug 04, 2020Copper Contributor
Need some help with a formula
I need a column to allow me to Add multiple dates in 1 cell, then total the amount of dates in another cell. See the attached file for reference on what I need.
Example Dates:
in cell B: 1, 5, 12, 15, 17
Total of dates in cell C: 5
9 Replies
Sort By
Format C8 as General instead of as Text, and enter the following formula in C8:
=LEN(B8)-LEN(SUBSTITUTE(B8,",",""))+1
- stephbuch11Copper Contributorokay wait it's not working now?
- stephbuch11Copper ContributorDoes it always have to have the 1? sometimes the final will be zero, if they didn't use that particular service. Or can I just put 0 as needed?
- stephbuch11Copper Contributor
HansVogelaar this is what happened 😞 Sometimes the cell will be zero also.
- stephbuch11Copper ContributorSweet! That totally worked thank you!