https://bugs.documentfoundation.org/show_bug.cgi?id=143116

--- Comment #3 from Uwe Auer <u...@franke-auer.de> ---
The sample documents have option "Tools -> Option -> LibreOffice Calc ->
Calculate -> Enable regular expression in formulas" set. Therefore "*"
(asterisk) has ha special meaning in VLOOKUP's SearchCriterion. Hence you would
need, according to documentation [1], use =VLOOKUP("\Q" & C5 & "\E";tLook;2;0),
to disable this setting for the current call. 

Alternative: Deactivate option "Tools -> Option -> LibreOffice Calc ->
Calculate -> Enable regular expression in formulas" 

[1] LibreOffice Help - VLOOKUP
https://help.libreoffice.org/latest/en-US/text/scalc/01/04060109.html?DbPAR=CALC#bm_id3153152

>From my perspective this is not a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to