How to count total number of times a value appears in cells with multiple values.

I have been trying to find a formula to use that will let me count the total number of times a day appears in this column. I would like to ultimately put this info into a graph on the dashboard. Is there a way to do this? I have tried using the COUNTIF with CONTAIN and I haven't been able to figure it out while on a multi-column.
Thank you in advance!
I have been using a normal COUNTIF formula but it only counts the cells that ONLY have monday and none of the cells that have monday plus another option.
I have recently tried: =COUNTIFS([Weekday Availability Times (Preferred)]:[[Weekday Availability Times (Preferred)], FIND("Monday",@cell)>0)Β
I found this in another discussion that seemed like a similar issue. This did not work either. What am I messing up here?
Answers
-
I have been using a normal COUNTIF formula but it only counts the cells that ONLY have monday and none of the cells that have monday plus another option.
-
I have recently tried: =COUNTIFS([Weekday Availability Times (Preferred)]:[[Weekday Availability Times (Preferred)], FIND("Monday",@cell)>0)Β
I found this in another discussion that seemed like a similar issue. This did not work either. What am I messing up here?
-
Try this:
=COUNTIFS([Weekday Availability Times (Preferred)]:[Weekday Availability Times (Preferred)], HAS(@cell, "Monday"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!