Please help, i am trying to count the total times each name appears in a multi contact column within 365 days referencing another sheet… where have i gone wrong?
=COUNTIFS({Archive T&F Date}, <=TODAY(), {Archive T&F Date}, >=TODAY(-365), {Archive T&F Presenter}, FIND("Jen McFarland", @cell) > 0))
It seems like the @cell bit would work if i were referencing the sheet i were in but i'm really stuck!
Note, my previous formula worked for all cells where only 1 name was listed but has not counted and where more than one name was listed.
=COUNTIFS({Archive T&F Date}, <=TODAY(), {Archive T&F Date}, >=TODAY(-365), {Archive T&F Presenter}, "Jen McFarland")