Hi! I am trying to count items in a Multidropdown list, and using the Portfolio Metrics standard sheet from the PMO Template. Right now the sheet has the below formula but it is not returning the correct number of Projects by Status that are Not Started for the Product Team. I tried a COUNTIF with CONTAINS but that did not work. Any suggestions?
=COUNT(COLLECT({Project ID}, {Project Status}, $Label@row, {Primary Delivery Teams}, Product$1))