View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default counta in array formula not working

I wish to count the text values but not zero's or blanks

If blanks means empty cells:

=COUNTIF(B13:B20,"*")


--
Biff
Microsoft Excel MVP


"Bruce" wrote in message
...
Hi,

My series B13:B20 contains zero's and text values. I wish to count the
text
values but not zero's or blanks.

I have tried the following as an array but its counting all cells in range
with the result = 8 which is not correct (as there are zeros and balnks in
the series).

=COUNTA(IF(B13:B20<0,"A",0))

Any ideas?

Bruce