I have a list of 501 names, and I need to find the occurrence of the letters from A-Z. I have 26 cells labeled A, B, C, etc, and want the occurrence of the letter from the list to go in the boxes. I've been trying for a while and this is the last formula I've attempted.

=LEN($A$2:$A$501)-LEN(SUBSTITUTE($A$2:$A$501,"A",""))

Any help is appreciated, thank you!

Similar questions and discussions