View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default conditions and count occurrences of "not blank"

Try this:

=SUMPRODUCT((A1:A50="c")*(B1:B50<""))

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"learning" wrote in message
...
If column A has occurrences of "c", then look at that row in column B, and
count, wherever B is not blank.

Basically, I want to count everyone who joined at the "conductors level"
(occurrences of "c" in column A), who has a child in the elementary music
program (column B wherever not blank).

I'm so frustrated. Please help me!