I have 7 categories of "open" tickets to resolve a software issue. The project name is "SCRM". I am trying to use the COUNTIFS formula to tell me how many open tickets I have against SCRM if an open ticket counts if the criteria is one of the seven categories. This is what I started with and I can't get past the first status of "UAT Testing". =COUNTIFS({System}, "SCRM", {Status}, "UAT Testing", {Status}, "Issue Reported"). The formula works fine until I add the second {Status}.
Thanks in advance.