COUNTIF with NOT - Invalid Operation

Sager Aslam
ββ
Hi,
I'm trying to do a NOT with a COUNTIF referencing another sheet and keep getting INVALID OPERATION and pretty stumped as Ive tried numerous ways according to documentation.
Any ideas?
Many Thanks.
Best Answer
-
I think it's having problems with you passing in the range again. I think this will get you there.
=COUNTIFS({Assigned To}, Name@row, {Issue Type}, "Bug", {Status}, NOT(@cell = "Complete"))
Answers
-
I think it's having problems with you passing in the range again. I think this will get you there.
=COUNTIFS({Assigned To}, Name@row, {Issue Type}, "Bug", {Status}, NOT(@cell = "Complete"))
-
Thanks David!!!
-
No problem, glad it helped
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!