Searching alfanumaric cell contents and returning with a numaric v

  • Thread starter Thread starter ksean
  • Start date Start date
Biff,

The result of the formula should be 85

SUMPRODUCT(--(ISNUMBER(SEARCH("blue_frisbee",Master!E3:E800&"_"&Master!F3:F800)))) returned a result of 129, I can't figure out why.

SUMPRODUCT(--(ISNUMBER(SEARCH("blue",Master!E3:E800))),--(ISNUMBER(SEARCH("frisbee",Master!F3:F800))))
also returned a result of 129, I can't figure out why.

SUM(IF(ISTEXT(Master!E3:E800),IF(Master!E3:E800="blue",IF(ISTEXT(Master!F3:F800),IF(Master!F3:F800="frisbee",1)))))
returned a result of 85, which is correct.

By the way in the first two formulas you used a -- in the formula, what
does it do?

Thanks
Kerry
 
Back
Top