if you want the number of cells that contain * then:
=COUNTIF(B1:B8,"=*~**")
if you want the number of * in all cells then:
=SUMPRODUCT(LEN(B1:B8)-LEN(SUBSTITUTE(B1:B8,"*","")))

Signature
KL
[MVP - Microsoft Excel]
RU: http://www.mvps.ru/Program/Default.aspx
ES: http://mvp.support.microsoft.com/?LN=es-es
EN: http://mvp.support.microsoft.com/?LN=en-us
Profile: https://mvp.support.microsoft.com/profile=AB32F8EE-8ED3-4AB9-ADDA-9E6C73C09A36
> Hello,
>
[quoted text clipped - 7 lines]
>
> Laurent