Hi,
I'm trying to identify the # of request types by a specific job title. The source of the data is on another sheet. The formulas I have tried so far have been producing zero as a result (which I know is incorrect based on the source data).
=SUMIFS({Request Type}, {Request Type}, ="Initiative / Project", {BranchJF}, CONTAINS(OR(@cell = "All Colleagues", @cell = "Branch Managers"), {BranchJF}))
=SUMIFS({Request Type}, {BranchJF}, CONTAINS(OR(@cell = "All Colleagues", @cell = "Branch Managers"), {BranchJF}), {Request Type}, ="Training")
Note: All Colleagues needs to be included in the formula, it means the request type applies to all job titles.