Calculation Help
Options

Anthoni
✭✭
I want to count the number of cells with a combination of Red and Blue (from the drop-down). The answer should return the count of two. Can anyone support me with a potential calculation?
Thank you in advance.
Answers
-
Just to verify, the count needs to have both red and blue to count? If this is the case, I believe the count would be only 2 based on the data provided
Sincerely,
Jacob Stey
-
Hello Jacob,
Yes, you are correct. The answer should be 2 based on the data set I provided.
Thank you.
-
=COUNTIFS(colors:colors, AND(CONTAINS("red", @cell), CONTAINS("blue", @cell)))
Let me know if this works!
Sincerely,
Jacob Stey
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!