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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!