Hi,Originally Posted by dgo
perhaps
If range_lookup is FALSE and lookup_value is text, then you can use the wildcard characters, question mark (?) and asterisk (*), in lookup_value. A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character
from
http://office.microsoft.com/en-us/ex...093351033.aspx
will explain?
=VLOOKUP("A~~A",A1:A3,1,FALSE)
finds A~A
---
Bookmarks