Created attachment 116174 [details] Example of VLOOKUP bug When doing a VLOOKUP on a string in a list, some characters (e.g. + are ignored completely and instead strings that shouldn't match do. In my example (attached), I have a set of grades with + and - so C+, C and C- with the relevant scores. Doing a VLOOKUP() with a value of C+ matches the C- row
Hi @Tom_B, thanks for reporting. I think what happen is that VLOOKUP() function uses regular expressions and '+' is part of them, there are two solutions. 1) Precede the '+' with the escape character '\' for regex -> '\+' 2) Disable regular expressions in: Menu/Tools/Options/LibreOffice calc/Calculate/Enable regular expression in formulas. Change to notabug, please if you are not agree reopen it.