I have a shared tips sheet. A big tip is divided by the coaches that are coaching for the group. If John is coach 1, Dave is coach 2, and
Skye is coach 3, then the $30 tip would be split $10 each. The next group may have Skye , Mike, and Nate and may have a $60 tip. Etc.
I am trying to write a formula that says of Skye is in any of the coaches columns, sum the split tip amount.
I have tried a few different formulas but have not been successful. I am hoping someone has the answer.
=SUMIFS([$ per Split]:[$ per Split], [Coach 1]:[Coach 5], CONTAINS("Skye "))
=IF(CONTAINS("Skye ", [Coach 1]:[Coach 5]), SUM([$ per Split]:[$ per Split]),)
=SUMIF([Coach 1]:[Coach 5], "Skye", [$ per Split]:[$ per Split])