Vlookup to count if value is "X"

  • Thread starter Thread starter henry carvalho
  • Start date Start date
H

henry carvalho

Hi

I am trying to search how to get Vlookup action worked with Countif

Names E G F P
abc X
cde X
fgh X
ijk X

Is there any way that I can count only the values relating to "CDE" in
column "G"?
 
=SUMPRODUCT((B6:B9="cde")*(G6:G9="X"))
--
Jim Cone
Portland, Oregon USA
http://www.mediafire.com/PrimitiveSoftware

..
..
..

"henry carvalho" <[email protected]>
wrote in message
Hi
I am trying to search how to get Vlookup action worked with Countif

Names E G F P
abc X
cde X
fgh X
ijk X

Is there any way that I can count only the values relating to "CDE" in
column "G"?
 

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

Similar Threads


Back
Top