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
😉
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!