3 COUNTIFS

Hi,

Is it possible to do 3 COUNTIFS ?

Count if column 1 contains value 1,

Count if Column 2 contains value 2

Count if Column 3 Contains value 3


any solution?


Thank you!

Best Answer

  • David A. Estupinan
    Answer ✓

    As I am understanding, you want something like this then


    =COUNTIFS([Column2]:[Column2], "Value1", [Column3]:[Column3], "Value2", [Column4]:[Column4], "Value3")


    Please feel free to try it with your values and check if this works as you expect, I hope this helps,

    David.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!