I would like to know when in January an issue was logged. Both my month and Issues are referencing another sheet. I want a count of January issue looking at columns Issue 1 through column Issue 4 (four column range).
This works - =COUNTIFS({Month}, "January", {Issue #1}, "002_Bypass Audit")
Does not work - =COUNTIFS({Month}, "January", {Issue #1}, "002_Bypass Audit"), {Issue #2}, "002_Bypass Audit"), {Issue #3}, "002_Bypass Audit"), {Issue #}, "002_Bypass Audit")))
Does not work - =COUNTIFS({Month}, "January", {Issue Range 1-4}, "Research Audit Issue")