How do I count one cell based on another cell?

G

Guest

How do you count the number of cells with data (not blank) in a given range
based on a criteria in a different range? for example, how many corresponding
cells are populated with data in c1:c1000, if b1:b1000 = SMU? I have tried so
many variations of the the following to no avail.
=COUNT(IF(b1:b1000,"SMU",counta(c1:c1000)))
If anyone can resuce me...I am frustrated...what am I missing?
Harr
 

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

Top