Countifs with 2 conditions
I have the following 2 formulas working correctly - but I would like to combine them so I get both in 1 cell.
&
I tried the following with no luck:
=COUNTIFS(({FLEETCARE UPLOAD Range 2}, @cell = DATE(1, 1, 1)), ({FLEETCARE UPLOAD Range 1}, "Active"))
Answers
-
Only need to remove some of the parenthesis.
=COUNTIFS({FLEETCARE UPLOAD Range 2}, @cell = DATE(1, 1, 1), {FLEETCARE UPLOAD Range 1}, "Active")
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!