Hi,
I'm trying to create a formula to COUNT specific project type and a particular team name listing on the same reference list. The columns are not co-located, so I'm using 2 separate references. The team name is within a multi-select field (reference {Team} below), and the current formula does not pick up when multiple teams are listed in that reference. I tried to incorporate CONTAINS or do multiple COUNTIF statements but keep getting a #ERROR or #UNPARESABLE message in my formula. What am I missing?
Formula leverage
= COUNTIFS({Project Category}, [Primary Column]@row, {Team}, [Primary Column]1)
Thanks for your help!