+ Reply to Thread
Results 1 to 2 of 2

Excel Match value_lookup asterisk syntax

  1. #1
    Jason
    Guest

    Excel Match value_lookup asterisk syntax

    =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

  2. #2
    Peo Sjoblom
    Guest

    RE: Excel Match value_lookup asterisk syntax

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1