I am using the following formulas to compare 2 cells for a partial match. The problem is, some of the cells are blank and it causes it to show up as a partial match.
Is there a way to compare 2 cells for a partial match that prevents blank cells showing up as a partial match?
Column E =IF(COUNTIF(D2,"*" & B2 & "*"),"Found match","No match")
Column F =IF(COUNTIF(D2,"*" & C2 & "*"),"Found match","No match")
B C D E F
Is there a way to compare 2 cells for a partial match that prevents blank cells showing up as a partial match?
Column E =IF(COUNTIF(D2,"*" & B2 & "*"),"Found match","No match")
Column F =IF(COUNTIF(D2,"*" & C2 & "*"),"Found match","No match")
B C D E F
HBO00 | Found match | Found match | ||
000073 | Found match | Found match | ||
AI | XY | ACA11,AID03 | Found match | No match |