Counting based on two values in one column

I am trying to count rows where the program is one value AND the progress is either "ready to deploy" or "backlog". Is there a way to do this? I have tried several ways and getting unparsable. Not sure if I am going to get what I want with the below. Here is what I have so far that is not working.
=COUNTIFS(OR (Program:Program, Name@row, Progress:Progress, <>"Ready to Deploy"), [Program]:Program], Name@row, [Progress]:[Progress], <> "Backlog")
Answers
-
I reworked the formula as
=COUNTIFS(Program:Program, Name@row, Progress:Progress, AND(@cell <> "Ready to Deploy", @cell <> "Backlog"))
And it worked!
-
Hi @KathyBurger
I hope you're well and safe!
Excellent!
Glad you got it working!
Be safe and have a fantastic week!
Best,
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
β Please support the Community by marking your post with the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
Check out the Formula Handbook template!