View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default I need Help with a count cell text formula

This will count TEXT, *including* nulls ( "", zero length strings):

=COUNTIF(A:A,"*")

This will *not* count nulls:

=COUNTIF(A:A,"*?")


--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Excel ??" wrote in message
...
Dear all, can anyone please please give me a formula or how do I add cells
that contatin text not numbers? I want to be able to add each cell that
contains text and for those that are blank of course not to be added to my
sum. thank you all I hope I made sense.
--
2