Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50057

Need Help completing formula or developing a MACRO

$
0
0
Need help fine tuning my formula.

Exact Match formula - This works great
=IF(ISNA(MATCH(B2,A:A,0)),"",B2)


Partial Match Formula - this is what I need help with
=IF(B2="","",IF(ISNA(MATCH("*"&B2&"*",A:A,0)),"",IF(ISNUMBER(MATCH(B2,A:A,0)),"",B2)))

Formula for column C work great. Column D is almost there but I need some help. I like for column D to display our output that is is close but not an exact match. For example Column A is the core data stays the same. Column B is the input data this will change as needed. For example I like to see in column D partial matches between column B and A. For example: If in column B line 8 (AMBER LENS) is compared to column A and there is no exact match but there is a word match it would display that word in column D.

In the attached file there are some examples in RED.
Attached Files

Viewing all articles
Browse latest Browse all 50057

Trending Articles