This is my formula : =COUNTIFS({Requesting BU}, CONTAINS([Business Unit]@row, {Requesting BU}), {Final RR}, "Medium") / COUNT({Requesting BU})
I have a source sheet that contains a list of business units. One business unit has hundreds of branch offices so it will be too many to list. I'm trying to write a formula that essentially does the following: If the business unit is Marketing Branch 1, Marketing Branch 2, etc. I want the formula to count every instant where "Marketing Branch" appears regardless of the branch number attached. The other portion of the formula "Final RR, "Medium" is trying to find all business unit branches with a medium risk.
Thanks in advance.