Forum Discussion

Anonymous's avatar
Anonymous
Aug 20, 2018
Solved

Vlookup with '*' wildcard character

Hello Experts ,   Could you please help me with trick or method to use v-lookup on 'wildcard' character. e.g. 7K_*1 should return '3' using v-lookup.   7K_11 1 7K_12 2 7K_*1 3 7K_...
  • Matt Mickle's avatar
    Aug 20, 2018

    Hey Rajiv-

     

    Maybe try using this formula:

    =VLOOKUP(SUBSTITUTE(E3,"*","~*"),$A$3:$B$12,2,FALSE)

     

     

    I've attached a sample file for reference...

Resources