View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
srinehart srinehart is offline
external usenet poster
 
Posts: 4
Default How do I count cells with text but ignore cells with spaces?

Use the Filter tool, that will get rid of all the blank cells. You can copy
the total document into another worksheet and use the count function and get
your total.

"Husker87" wrote:

I have a form that users enter names in a column and I need to count them.
Unfortunately some users simple hit the space bar to €śdelete€ť a name instead
of using the clear or delete key. In those cells, with spaces now which
appear to be blank, the cell is treated like it has text in it when I use the
counting functions. Any suggestions on how I count the names only and ignore
the cells that are blank and the cells with just a couple of spaces in them?

What do you think? Thanks.