DCount?? not working. Pls help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My data is orgnaised as follows:

A B C D E
David 2245 abcd efgh ijk
Susan 2249 xyz etc etc
Mickey 1234 etc 123 etc
Arnold 4321 etc....
David 1441
Mickey abcd
etc etc

I want to count the number of non blank cells in B for each "David", "Susan"
etc in A, and have the value returned in another sheet.

I tried DCount, but it doesnt seem to be working.
 
I mocked up your data as you provided it, with names in A1:A6 etc. I
entered "David" in A8 and this formula in B8:
=SUMPRODUCT(--($A$1:$A$6=A8),--($B$1:$B$6<>""))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top