Hi! I need some guidance for a count analysis of our RAID Log (Risks, Issues, Decision). In the RAID Log source sheet, we have a column where the team selects the Project(s) the risk or issue is tied to. The Project column is set up as multi-select. In a separate Count RAID sheet, I'm using this formula: =COUNTIFS({Risk & Issue Log Range 1}, CONTAINS(Project@row, @cell), {Risk & Issue Log Range 2}, <>"Closed", {Risk & Issue Log Range 3}, "Risk")
I included the CONTAINS function to factor in line items with multiple projects selected. The issue with this is that it is double counting some items. However, if I take out CONTAINS, it won't count the line items that have selected multiple projects. Do you have suggestions on how to approach this correctly? Appreciate it.