Hi Folks,
I require some assistance looking up a partial string using the match function.
I know how to use wildcards as follows:
=MATCH("*"&E1&"*",$A$1:$A$1000,0)
This looks for any part of E1 in range A1 to A1000 if E1 was "dav" and A1 was "dave" then it would return 1
But it falls over...