For the total number of names:
=counta(B1:B30)
if you want a count of how many times a certain name appears:
=countif(B1:B30,"Name you want to see")
Hi Aladin
Thanks for your answer re Index/Match. I still can't start a new thread on this message board for some reason is it because I have IE 4 do you think?
Stephen Giles
IE 4 should be fine, even iCab works...
: I have a list of names... B1:B30 : all i would like to do : is to have a cell give me the total number : of names in the list : thanks in advance
Stephen
You should use the form at the end of the page. Clicking on the one at the beginning of the page doesn't work for me either.
Aladin
But what is I just want to know how many different names there are? Counta() counts how many names there are regardless of whether they appear once or more than once!
you'll need an array formula to count the unique values in a range.
enter the formula:
=SUM(1/COUNTIF(B1:B30,B1:B30))
and CSE (hold down the Ctrl+Shift keys and hit Enter) instead of just hitting Enter.
HTH
Mark : all i would like to do : is to have a cell give me the total number : of names in the list : thanks in advance