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??
1 ReplyReplies sorted by NewestSort ByMost LikedOldestNewestmtarlerSilver 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")