I want my formula to count the blank cells in another sheet and also by a particular status
Melitta
✭✭✭✭
=COUNTIF(AND(NOT(ISBLANK({My sheet - Unit}),{My sheet - Status}, "New Request")))
Tags:
Best Answer
-
Hello @Melitta
Hope you are well. Would this work?
=COUNTIFS({My sheet - Unit}, "", {My sheet - Status}, "New Request")
Peggy
Answers
-
Hello @Melitta
Hope you are well. Would this work?
=COUNTIFS({My sheet - Unit}, "", {My sheet - Status}, "New Request")
Peggy
-
I had tried something similar at first but didn't get it to work and was slowly making it more complicated for myself.
Thank you very much for your guidance.
-
-
I spoke too soon. It counts the non-blank cells when I want it to count the blank cells.
Any ideas?
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!