Is there a correct way to add contacts into a formula? I am trying to sum the number of attendees per VP (could be a couple VP's in this multi-select contact column) training request. Do I need to type in the full name? Only part? Add in a special function?
Details:
Completed Projects - Team X # of Attendees = number of attendees per training
Completed Projects - Team X VP = VP correlated to attendee #
"Jenni" = Name in VP column (example)
Formula Tried:
=SUMIFS({Completed Projects - Team X # of Attendees}, {Completed Projects - Team X VP}, CONTAINS("Jenni", @cell))