gymwrecker
Active Member
- Joined
- Apr 24, 2002
- Messages
- 396
- Office Version
- 365
- Platform
- Windows
- MacOS
Need help with the below formula. I need to SUMPRODUCT three conditions; the formula below is returning me a "0" when in fact I counted "13" items that meet the 0084, OD, and 1A. criteria. What could be wrong or missing?
=SUMPRODUCT(ISNUMBER(SEARCH("*0084*",Master!$A$2:$A$1000)*ISNUMBER(SEARCH("*OD*",Master!$K2:$K1000)*ISNUMBER(SEARCH("*1A.*",Master!$U$2:$U1000))))
=SUMPRODUCT(ISNUMBER(SEARCH("*0084*",Master!$A$2:$A$1000)*ISNUMBER(SEARCH("*OD*",Master!$K2:$K1000)*ISNUMBER(SEARCH("*1A.*",Master!$U$2:$U1000))))