if or statements

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

Guest

Can anyone assist. I have 4 columns and I want a formula that will sum the
number of times the following condition is met

If Col A = "Rain" and col B = "Sunny" and col C = to either "input", or
"Full Reply" or ""

Thanks
 
=sumproduct((A1:A100="rain")*(B1:b100="sunny")*(c1:c100={"input","full
reply",""}))
 
Try this:

=SUMPRODUCT((A1:A10="rain")*(B1:B10="sunny")*(C1:C10={"input","Ful
Reply",""})
 

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