GNOME Bugzilla – Bug 672319
wildcarters in vlookup
Last modified: 2012-03-18 19:19:20 UTC
Created attachment 210023 [details] wildcarters in vlookup i can use wild-carters in dome functions like countif but not in vlookup. I don't know if any other function does not take wild-carters. This works fine: =countif(Sheet1!C2:D11,"*"&F2&"*") But this doesn't =vlookup("*"&F2&"*",$C$1:$E$10,3,FALSE,FALSE) I leave an attachment to clarify.
Mostly fixed. The code for this already existed for MATCH and just had to be hooked up for VLLOKUP/HLOOKUP. That's done. I say "mostly fixed" because, evidently, it doesn't work with blanks in the data. Bummer!
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.