If cell A1 has a value " APPLE COMPUTER" and cell B1 has value" 16" IMAC" cell C1 should find APPLE IN A1 , 16" IN B1 AND RETURN VALUE "SMALL SIZE DESKTOP" if both conditions are matched orelse it should return" NONE" in cell C1
If cell A1 has a value " APPLE COMPUTER" and cell B1 has value" 16" IMAC" cell C1 should find APPLE IN A1 , 16" IN B1 AND RETURN VALUE "SMALL SIZE DESKTOP" if both conditions are matched orelse it should return" NONE" in cell C1
Hi
try this
Formula:
=IF(SUMPRODUCT(--(A2:A7=" APPLE"),--(B2:B7=" 16"))>0,"Small size"," NONE")
Adjust your domain
See if 16 is text or number " 16" or 16
If you want 16" you must use the string "16"""
Last edited by José Augusto; 11-18-2015 at 04:25 AM.
Hi,
it says the formula is not valid and then highlights "small
attachment
Hi
You can use 16" this way
=IF(SUMPRODUCT(--(A2:A7=" APPLE"),--(B2:B7=" 16"""))>0," SMALL SIZE"," NONE")
Formula:
=IF(SUMPRODUCT(--(A2:A7=" APPLE"),--(B2:B7=" 16"""))>0," SMALL SIZE"," NONE")
Regards
hi the result is none but it should display small size!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks