Hello -
Looking for some assistance on a cross sheet formula. What I'm trying to calculate is how many Level 2 rows display a specific project manager name from a multi-select column type. There are several rows with more than one name. Additionally, I want the formula to count all projects that have High, Medium, or Low displayed in another column titled "Marketing".
I am assuming I need a COUNTIFS function in addition to OR and CONTAINS to get what I need. Can all of these be used in one formula? If so, is there a specific order they need to go in? Below is the most recent version of the formula I was working on and I received an UNPARSEABLE error message.
=COUNTIFS({Level}, =2, {Project Lead}, CONTAINS("Mike Smith"), OR({Marketing}, "L", {Marketing}, "M", {Marketing}, "H"))))
TIA!