Connect with experts and redefine what’s possible at work – join us at the Microsoft 365 Community Conference May 6-8. Learn more >
ShawnaGCopper ContributorJun 15, 2022FormulasI have a list of employee ID numbers and names, I need a formula to count how many times a certain name is listed. How can I do this??
mtarlerSilver ContributorJun 15, 2022=COUNTIF( range, criteria ) for example =COUNTIF ( A1:A100, "Dave Appleton")
mtarlerSilver ContributorJun 15, 2022=COUNTIF( range, criteria ) for example =COUNTIF ( A1:A100, "Dave Appleton")