I am looking to count the total number of specific persons within a smartsheet using COUNTIF. I have a working function for one person, but I need to integrate multiple persons. This formula references a seperate sheet so my code is a little long. How can I make this work for me?
This works
=COUNTIF({external sheet name}, "Person 1")
Ideally I'd like to do something like this:
=COUNTIF({external sheet name}, "Person 1", "Person 2", "Person 3")