I'm working on a rollup sheet where I want to count two instances in the same column.
I am currently counting one instance and the formula works fine. When I try to add the second instance it returns unparseable. See below:
Current Working Formula:
=COUNTIFS({FY21 PEP Dec 20 Cycle (v1) Range 5}, "1", {FY21 PEP Dec 20 Cycle (v1) Range 7}, "Baltimore")
New Unparseable Formula:
=COUNTIFS({FY21 PEP Dec 20 Cycle (v1) Range 5}, "1", {FY21 PEP Dec 20 Cycle (v1) Range 7}, "Baltimore"), OR(=COUNTIFS({FY21 PEP Dec 20 Cycle (v1) Range 5}, "1", {FY21 PEP Dec 20 Cycle (v1) Range 7}, "Baltimore Temp")))
Any help on getting the new formula to work in counting both instances of Baltimore and Baltimore Temp would be appreciated!