Multiple Qualifiers

  • Thread starter HeatherMichelle
  • Start date
H

HeatherMichelle

I am trying to do a Count to get the number of locations that have a total of
This is the incorrect formula:
=SUMPRODUCT(--(Data!$F$1:$F$19272=51160),--(Data!$S$1:$S$19272>=22)), my
desired answer would be 1, or 50%

Column F Column D
51160 34
51160 20
230 10
230 62
20 28
 
J

JLatham

The second part of your column, according to your example should refer to
column D, not S.

But if the smaller numbers really are in S, then you need to examine both
columns and make sure the numbers are really numbers, and not text. Your
formula works just fine for me (returns 1) when the proper columns are
referenced).
 

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