Thread: Counting Items
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Counting Items

Might be text values he wants to count.

Pete

On Jun 22, 4:49*pm, pdberger
wrote:
Do you mean "How can I count the number of items whose length exceeds zero
that are in a column?" *If so, then:

=COUNTIF(A:A,"0")

HTH