I need a cell to populate as a one when 2 cells meet criteria

G

Guest

I am looking for a cell to add each time two cells in two different collomns
meet certian criteria
 
J

JE McGimpsey

Perhaps:

if just 2 cells:

=(A1="criterion1") + (B1="criterion2")

if comparing each row in two columns:

=SUMPRODUCT(--(A1:A100="criterion1"),--(B1:B100="criterion2"))
 

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