using COUNTIFS and Contains when referencing different sheets
Trying to count following:
Any row on reference sheet in the applications column that is equal to "EpicCare Acute", Training Impact Column ="High" and Role column contains "MD" (it is Text data type with entries separated by columns, not multiple select dropdown). I have tried everything and works fine until I use Contains. The contains column that I am referencing is not contact list type as I saw that was an issue in an earlier post. Any help appreciated.
=COUNTIFS({Copy of Nova Note Combined Applications 2}, "EpicCare Acute", {Copy of Nova Note Combined Training Impact}, "High", {Copy of Nova Note Combined Role}, (CONTAINS("MD", {Copy of Nova Note Combined Role})))
Answers
-
John, try replacing your last {Copy of Nova Note Combined Role} in the contains with @cell. That should do the trick. So your formula should look like this:
=COUNTIFS({Copy of Nova Note Combined Applications 2}, "EpicCare Acute", {Copy of Nova Note Combined Training Impact}, "High", {Copy of Nova Note Combined Role}, (CONTAINS("MD", @cell)))
I hope this helps.
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
-
Thank you so much for the quick response and ending my frustration. With this solved I can finish tabulating the rest of the data.
-
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
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!