Count and Contain Formula from a Dropdown Cell
I am trying to use Count and contain formula to count within the cell (dropdown) the specific element and enlist the count in their respective column, but I cant seem to have the proper count using =COUNT(CONTAINS("Imaging & Diagnostics", Conferences1)). I have also used =COUNTIF(Conferences:Conferences, CONTAINS("Imaging & Diagnostics", Conferences1)) but it yields wrong count than what I expect.
I just started using smartsheet yesterday, so I am really new to this and urgently need help.
Best Answer
-
Try this:
=IF(CONTAINS("Imaging & Diagnostics", Conferences@row), 1, 0)
Answers
-
Try this:
=IF(CONTAINS("Imaging & Diagnostics", Conferences@row), 1, 0)
-
-
Hi @Paul Newcome , the formula really works! Awesome! Thanks a lot💪
-
Hi @che.rabajante, unfortunately this did not work on the sheet I am working on. But anyway, thank you for your response. This might help me along the way sooner or later
😉
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!