Based on your comment "I just want a total count of each person" why not just use a COUNTIF formula:-

=COUNTIF(Table1, "Tim")

And just create one for each name.

peterrc