sumproduct

  • Thread starter Thread starter rhouchins
  • Start date Start date
R

rhouchins

I am trying to use sumproduct to count three columns in a spreadsheet
and add them to see how many times those values are true.

=SUMPRODUCT(--(Master!G3:G1714="XXX"),--(Master!R3:R1714="YYYYYY"),--(ISNUMBER(FIND("-",Master!Y3:Y714))))

Column Y contains a date in the format of "12-Oct". What would be the
easiest way to account for cells that contain a date and incorporate it
as the third wheel of the formula?

Using the hypen(-) or "OCT" is returning a #VALUE error.

Thanks
 

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