Here is the formula which is close to what I am looking for (got it at stackoverflow)
<code>=IF(INDEX(A:D,MATCH(C2,A:A),2)=D2,"Yes","No") modified to IF(INDEX(A:D,MATCH(C1,A:A),2)=D1,E1)<code> </code>get ColumnE data but it does not do partial match ColumnD text in ColumnB and also it not get ColumnE data to right row. Mean if C2 and D2 data is matched with A5 and B5 then get E2 data to E5.</code>