COUNTIFS with OR
Hi everyone. I have a formula for which i have multiple criterion. The issue I am having is for one of the columns, I want it to be counted if it contains "x" or "y" or "z". I cant figure out how to phrase it appropriately and make it work. Here is my stab at it (but it doesn't work).
=COUNTIFS({New Disposition Tracker(All CMOs) Range 2}, "serum", {New Disposition Tracker(All CMOs) Range 4}, Contains ("Unlabeled Drug Product (DP)" or ("Final Drug Product (FDP)" or (Drug Product (DP)", {New Disposition Tracker(All CMOs) Range 6}, >=[Start Date]@row, {New Disposition Tracker(All CMOs) Range 6}, <=[End Date]@row)
Best Answer
-
@michellelkirkland Attention if you refer to other sheets please give a name to the coloumn to avoid issues in the future.
Please try this formula, If it does not work feel free to share the sheet with me . nico.roepnack@lighthouseconsultings.com
=COUNTIFS({New Disposition Tracker(All CMOs) Range 2}, "serum",
{New Disposition Tracker(All CMOs) Range 4}, "Unlabeled Drug Product (DP)",
{New Disposition Tracker(All CMOs) Range 6}, >=[Start Date]@row,
{New Disposition Tracker(All CMOs) Range 6}, <=[End Date]@row)
+
COUNTIFS({New Disposition Tracker(All CMOs) Range 2}, "serum",
{New Disposition Tracker(All CMOs) Range 4}, "Final Drug Product (FDP)",
{New Disposition Tracker(All CMOs) Range 6}, >=[Start Date]@row,
{New Disposition Tracker(All CMOs) Range 6}, <=[End Date]@row)
+
COUNTIFS({New Disposition Tracker(All CMOs) Range 2}, "serum",
{New Disposition Tracker(All CMOs) Range 4}, "Drug Product (DP)",
{New Disposition Tracker(All CMOs) Range 6}, >=[Start Date]@row,
{New Disposition Tracker(All CMOs) Range 6}, <=[End Date]@row)If my comment helps you, I appreciate a 💡
Kind regards
Event: Strategies for Successful Adaption
Nico | LinkedIn
CEO | Lighthouse Consultings
Lecturer in Business Information Systems | DHBW
________________________________________________________________________________
addvalue@lighthouseconsultings.com
https://www.eventbrite.de/e/driving-change-with-smartsheet-strategies-for-successful-adoption-tickets-1047813557557?utm-campaign=social&utm-content=attendeeshare&utm-medium=discovery&utm-term=listing&utm-source=cp&aff=ebdsshcopyurlWe offer Licenses - Training - Solution Engineering
🔴Certified Smartsheet Partner _______________________________________________
💯 SCALEABLE Solutions Engineered by Lighthouse Consultings
We Don’t Just Implement Smartsheet; We Revolutionize How You Manage, Plan, And Execute.
Answers
-
@michellelkirkland Attention if you refer to other sheets please give a name to the coloumn to avoid issues in the future.
Please try this formula, If it does not work feel free to share the sheet with me . nico.roepnack@lighthouseconsultings.com
=COUNTIFS({New Disposition Tracker(All CMOs) Range 2}, "serum",
{New Disposition Tracker(All CMOs) Range 4}, "Unlabeled Drug Product (DP)",
{New Disposition Tracker(All CMOs) Range 6}, >=[Start Date]@row,
{New Disposition Tracker(All CMOs) Range 6}, <=[End Date]@row)
+
COUNTIFS({New Disposition Tracker(All CMOs) Range 2}, "serum",
{New Disposition Tracker(All CMOs) Range 4}, "Final Drug Product (FDP)",
{New Disposition Tracker(All CMOs) Range 6}, >=[Start Date]@row,
{New Disposition Tracker(All CMOs) Range 6}, <=[End Date]@row)
+
COUNTIFS({New Disposition Tracker(All CMOs) Range 2}, "serum",
{New Disposition Tracker(All CMOs) Range 4}, "Drug Product (DP)",
{New Disposition Tracker(All CMOs) Range 6}, >=[Start Date]@row,
{New Disposition Tracker(All CMOs) Range 6}, <=[End Date]@row)If my comment helps you, I appreciate a 💡
Kind regards
Event: Strategies for Successful Adaption
Nico | LinkedIn
CEO | Lighthouse Consultings
Lecturer in Business Information Systems | DHBW
________________________________________________________________________________
addvalue@lighthouseconsultings.com
https://www.eventbrite.de/e/driving-change-with-smartsheet-strategies-for-successful-adoption-tickets-1047813557557?utm-campaign=social&utm-content=attendeeshare&utm-medium=discovery&utm-term=listing&utm-source=cp&aff=ebdsshcopyurlWe offer Licenses - Training - Solution Engineering
🔴Certified Smartsheet Partner _______________________________________________
💯 SCALEABLE Solutions Engineered by Lighthouse Consultings
We Don’t Just Implement Smartsheet; We Revolutionize How You Manage, Plan, And Execute.
-
Thank you so much! That did it!
-
@michellelkirkland it would be great if you click the 💡to share with others
If my comment helps you, I appreciate a 💡
Kind regards
Event: Strategies for Successful Adaption
Nico | LinkedIn
CEO | Lighthouse Consultings
Lecturer in Business Information Systems | DHBW
________________________________________________________________________________
addvalue@lighthouseconsultings.com
https://www.eventbrite.de/e/driving-change-with-smartsheet-strategies-for-successful-adoption-tickets-1047813557557?utm-campaign=social&utm-content=attendeeshare&utm-medium=discovery&utm-term=listing&utm-source=cp&aff=ebdsshcopyurlWe offer Licenses - Training - Solution Engineering
🔴Certified Smartsheet Partner _______________________________________________
💯 SCALEABLE Solutions Engineered by Lighthouse Consultings
We Don’t Just Implement Smartsheet; We Revolutionize How You Manage, Plan, And Execute.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K 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
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!