Count unique records for unique criteria

V

Vette66

While I have successfully created a COUNTIF function for unique record
in a list, I want to count only those records which match criteria i
another list (text).

The function is:
=COUNTIF($D:$D,"= 5")

How do I select only those records that match the criteria in colum
"C".

I'm a little green at this.

Thanks
Vett
 
D

duane

i think this is what you need based on what you stated

=COUNTIF($c:$c,"text")

where text is what you are looking for in column
 

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