COUNTIF and CONTAINS and OR

Options

I have 2 columns that have multiple select drop down options. I want to create a formula that allows me to identify a PLO and then count the number of times "BE" OR "BC" OR "BL" or "BM" appear throughout the entire sheet.



so:

=COUNTIF([PLO Alignment]:[PLO Alignment], CONTAINS("A.1 Environment",@cell), Sections:Sections, CONTAINS("BE",@cell))

will identify the PLO A.1 Environment, and find the "BE" and count it... but how do I add the other options?

Thanks!

Kelly

Best Answer

Answers

  • Kelly Cooney
    Options

    @David Joyeuse

    YAY! It is COUNTIFS, both work and the second one is much easier to work with. Thank you!

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!