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"))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!