COUNTIF(A$2:A$6,C2)
But you could also use:
COUNTIF(A$2:A$6,"Jay*")
However I find that less flexible.
Then you can use sumif() to get the totals etc
COUNTIF(A$2:A$6,C2)
But you could also use:
COUNTIF(A$2:A$6,"Jay*")
However I find that less flexible.
Then you can use sumif() to get the totals etc