COUNTIFS formula one option or another

I currently using this formula to count items that meet my criteria (Active, mens, small)

=COUNTIFS({Column1}, "Active", {Column2}, "Mens", {Column3}, "small")

Is there a way to have it count two separate options for the same column? (Active, mens, small or medium)

Best Answer

  • ChloeSmith
    ChloeSmith ✭✭✭✭
    Answer ✓

    I think you could probably add the COUNTIFS functions on here.

    =COUNTIFS({Column1}, "Active", {Column2}, "Mens", {Column3}, "small")+COUNTIFS({Column1}, "Active", {Column2}, "Mens", {Column3}, "medium")

    Would that work to get what you're hoping to get?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!