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")