Hi,
please can someone help on this formula?
Program Site Range - A different sheet with multi drop down column sites
Program Phase Range - A different sheet with single drop down column
=COUNTIFS({Program Site Range}, CONTAINS($Metric@row, @cell), {Program Phase Range}, Justify$1)
If I remove the Phase criteria, it works but I need both conditions. Using Collect is giving just 1 as an answer
In the same sheet, I have these formulae working fine:
=COUNTIFS({Program Summary - Portfolio}, $Metric@row, {Program Phase Range}, Justify$1)
=COUNTIFS({Program Summary Sheet | Function}, CONTAINS($Metric@row, @cell), {Program Phase Range}, =Justify$1)
Thank you!