Hi,

Ive got an issue matching against a complex string:

String is in Column A
Keword to Match is in Column B
Equation to determine whether or not Keyword is in Column B is "=IF(ISNUMBER(MATCH("*"&B2&"*",A:A,0)),"Found","Not Found")"

Column A String is: ahttp://m1.2mdn.net/931669/wine_728x90.swf?clickTag=http%3A//ad.ca.doubleclick.net/click%253Bh%3Dv8/3857/3/0/%252a/b%253B215842300%253B0-0%253B0%253B31234012%253B1-468/60%253B31943273/31961149/1%253B%253B%257Eaopt%253D2/2/4488/1%253B%257Esscs%253D%253fhttp%3A//www.montrealgazette.com/life/food-wine/wine-guide.html


Column B Keyword is "wine"

Column C still indicates "Not Found"

Can anyone help on this issue?