View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jimswinder jimswinder is offline
external usenet poster
 
Posts: 32
Default How do I count nonblank cells that meet criteria in another ce

Well...it worked in my very simple test spreadsheet...but not my actual one
where I have several different worksheets....one where I am putting the
formula and another where it is looking for/at the data. I don't know how I
could explain or show you what I am actually wanting to do without sending
you the spreadsheet.

"Domenic" wrote:

In article ,
jimswinder wrote:

Domenic:

Thanks that worked....


You're welcome!

what do I need to replace "x" with in the formula if I
want it to find ANY text (non blank cells)?


Try...

=SUM(IF(A2:A19=A1,IF(C2:C19<"",1,0)))

....confirmed with CONTROL+SHIFT+ENTER.

Hope this helps!