Does anyone know if there is a way to use wildcards with vlookup
A Aladin Akyurek Feb 10, 2004 #2 You need to specify a tad more... =VLOOKUP("*"&A1&"*",Table,3,0) =VLOOKUP(A1&"*",Table,3,0) =VLOOKUP("*"&A1,Table,3,0) would be examples of using wildcards.
You need to specify a tad more... =VLOOKUP("*"&A1&"*",Table,3,0) =VLOOKUP(A1&"*",Table,3,0) =VLOOKUP("*"&A1,Table,3,0) would be examples of using wildcards.
M Mark Graesser Feb 10, 2004 #3 Aladin I didn't think you could do that. Guess I should have tested it first. Thanks for the info, this will be very useful Regards Mark Graesse [email protected] ----- Aladin Akyurek wrote: ---- You need to specify a tad more.. =VLOOKUP("*"&A1&"*",Table,3,0 =VLOOKUP(A1&"*",Table,3,0 =VLOOKUP("*"&A1,Table,3,0 would be examples of using wildcards
Aladin I didn't think you could do that. Guess I should have tested it first. Thanks for the info, this will be very useful Regards Mark Graesse [email protected] ----- Aladin Akyurek wrote: ---- You need to specify a tad more.. =VLOOKUP("*"&A1&"*",Table,3,0 =VLOOKUP(A1&"*",Table,3,0 =VLOOKUP("*"&A1,Table,3,0 would be examples of using wildcards
H Harlan Grove Feb 10, 2004 #4 I didn't think you could do that. . . . Click to expand... ... Note that it only works when the 4th argument to VLOOKUP is FALSE/0.
I didn't think you could do that. . . . Click to expand... ... Note that it only works when the 4th argument to VLOOKUP is FALSE/0.