I'm trying to count how many rows with "XYZ Weekly" in a column called "Item Type" that have "Open" in a column called "Status":
Item Type column has a Dropdown list: XYZ Weekly, ABC Daily, Agenda
Status column has a Dropdown list: Open, Closed, On-Hold
This is the formual I'm trying to use:
=COUNTIFS(Item Type:Item Type, "XYZ Weekly", Status:Status, "Open")
I get UNPARSABLE unless I rename the column to "ItemType" (removing the space, also from the formula)
Q1. Must I remove the space, I would prefer not too?
Also, the count does not work, if XYZ Weekly & Agenda are present in the same cell of "Item Type".
Q2. Is there a way to count if XYZ Weekly is present, regardless of any other content in the cell?
Thanks in advance for any assistance 😎