Sumif or Sumproduct

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

Guest

Column B contains a formula result of either "DUP", "NoDUP" or its blank "".
Column M contains either "Y", "N" or it is blank (no formula in cloumn M). I
would like to calculate the number of time NoDup and Y appear in the same
row. Any thoughts?

Thanks for any help that can be offered.

Steve
 
one way


=SUMPRODUCT(--(B1:B60="NoDUP"),--(C1:C60="Y"))

Can't use entire columns and the ranges need to be same size.
 

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