Countifs

Paula Cosentino
โญโญโญโญโญ
Can you have three ranges in a countifs formula?
I want to know if a line has a Type of X, a blank in a date column and Function Type as x
I can get my countifs formula to do two, but not three. Thank you!
Best Answer
-
Try something like this...
=COUNTIFS(Type:Type, @cell = "X", [Date Column]:[Date Column], @cell = "", [Function Type]:[Function Type], @cell = "x")
Answers
-
Try something like this...
=COUNTIFS(Type:Type, @cell = "X", [Date Column]:[Date Column], @cell = "", [Function Type]:[Function Type], @cell = "x")
-
Perfect! Thank you very much
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!