Searching alfanumaric cell contents and returning with a numaric v

K

ksean

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
 

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