I am attempting to get a sum of one column in another sheet if it has the field(s) in the drop down plus a specific branch. I have tried so many variations at this point that I have confused myself. I need some fresh more experienced eyes I think.
Current Formula:
=SUMIFS({Helper HC}, {Helper Branch}, Branch2, {Helper Task}, CONTAINS([Affected Employees]@row , @cell ))
Reference Descriptions:
Helper HC = "Branch HC" column in helper
Helper Branch = "Branch" column in Helper
Helper Task = "Emp Group" Column in helper
So I am trying to SUM the Branch HC(Helper sheet) if the Branch(Helper sheet) = what's in Branch2 and if the Emp Group(Helper sheet) = what's in the Affected Employees Multiselect(Dropdown)
Main Sheet:(I am only looking at the Headcount Cell that has "0", it uses the above formula but counts 0)
Helper Sheet: I am expecting it to add the two rows to equal 19
I appreciate any help that can be given on this.