Hello All!
I am trying to sum cell numbers if conditions (per row) meet the acceptance criteria in two other columns. One of the criteria columns contains multiple contacts. I have tried using MS Copilot AI and even its answers do not work. The formula I am using is: "=SUMIFS([Task Ratio]:[Task Ratio], NeedsText:NeedsText, "Quick Win", CONTAINS("First.Last2", AssignedText:AssignedText))" The attachment contains an excel file for reference. I have also tried using HAS instead of CONTAINS (Formula: "=SUMIFS([Task Ratio]:[Task Ratio], NeedsText:NeedsText, "Quick Win", HAS(@cell, "First.Last2", AssignedText:AssignedText, @row))")
Any help is appreciated especally since the AI was not able to rectify this.
Regards
CCR