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
Check out the Formula Handbook template!