Thread
:
Excel Match value_lookup asterisk syntax
View Single Post
#
2
Peo Sjoblom
Posts: n/a
Try
MATCH("*"&I2&"*",your_range,0)
Regards,
Peo Sjoblom
"Jason" wrote:
=INDEX(dest_zip,MATCH(I2,dest_name,0))
I want the I2 cell to be anything in the I2 cell and more. What is the
syntax for matching I2 and then wildcards after that.
Thanks
Reply With Quote