COUNTIFS & AND + <>

Hello,
I appreciate your help in fixing this formula. I want to exclude from counting any blank cell for one column & any cell with "Center" from another column. The one for excluding "Center" is not working.
=COUNTIFS(AND([Deliverable(s)]3:[Deliverable(s)]137, <>"", [Responsible Party]3:[Responsible Party]147, <>"Center"))
Thank you in advance.
Best Answer
-
@maltaee Not the right syntax. Needs range and range criterion pairs. All you have is one AND statement.
Get rid of the AND(). COUNTIFS() will ensure all the criteria are true before counting. COUNTIFS()
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Answers
-
@maltaee Not the right syntax. Needs range and range criterion pairs. All you have is one AND statement.
Get rid of the AND(). COUNTIFS() will ensure all the criteria are true before counting. COUNTIFS()
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
I removed AND and it is working now. Thank you.
P.S. I tried getting Smartsheet 7 tips but the submission won't get me anywhere or send me the tips.
-
@maltaee Glad that worked for you. Thanks for the heads up about the 7 tips. It should be fixed now.
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
Check out the Formula Handbook template!