Assuming the list contains TEXT entries only...I have a list of names. I want to count the number of names in the list. The COUNT function only works for numbers.
What is the best way to count an alpha list?
Thanks
MikeG
Assuming the list contains TEXT entries only...
Try this...
=COUNTA(A2:A10)