Hi All! I've tried this formula so many different ways and I can't quite get it work. Here is my source data + a description of what I'm trying to do:
I would like to count the # of unique PMs Assigned to each Marketing Imperative. For example, each row in my data sheet is its own project (I left this column off for data privacy reasons) and each of those projects is mapped to a Marketing Imperative (listed in the last column). A single PM may be assigned to multiple projects - as you can see from the data there are 3 unique PMs assigned to projects mapped to our "Be the Destination Team" imperative ("First PM", "Second PM", and "Seventh PM"). So I'm trying to write a formula that can identify the unique PM names across all the project rows that are mapped to the "Be the Destination Team" imperative (which should return the #3). I should also note that the data I'm referencing is on a different sheet labeled "Project Coverage".
All of my attempts are returning an UNPARSABLE error, but I can't seem to figure out where the error is in my syntax, even when I've tried process of elimination, tweaking a single thing in the syntax one at a time. Here's what I started with:
=COUNTIFS(DISTINCT(COLLECT{Project Coverage Range [PM Assigned]}, {Project Coverage Range [Marketing Imperative}, "Be the Destination Team"))
Can anyone advise on what I'm doing wrong? TIA!