Hi All,
I am trying to count the number of product types (Column A), by Project Manager (Column D) and am always getting incorrect argument or inparseable. I can get the data if I just count the product types, but not when I want to only count product types by PM. I am putting this formula in a separate sheet (formula sheet) I have been using to get data, so I get to reference another sheet (the assignment sheet). See examples of what I have tried below (renamed actual names/products to fake ones for privacy):
=COUNTIFS({PM Assignment Sheet Range 3}, "Gizmo A", "John Doe")
=COUNTIFS({PM Assignment Sheet Range 3}, "Gizmo A", {PM Assignment Sheet Range 1}, "John Doe")
=COUNTIFS({PM Assignment Sheet Range 3}, "Gizmo A", {PM Assignment Sheet Range 1}, OR({PM Backlog 2020 DU V2 Range 1}@cell = "John Doe"))
Help! =D