I am working with a file that was created using Microsoft Office Excel. The document contains VLOOKUP formula. When I open it with LibreOffice Calc, the result is different with the Office version. The file is attached. The difference can be found in row 7 column E. Calc version returns "70116004", where as Office version returns "8997007010707" Thanks.
There is no file attached.
Created attachment 123187 [details] Attached File
(In reply to Manatap Sitorus from comment #0) > The file is attached. The difference can be found in row 7 column E. Calc > version returns "70116004", where as Office version returns "8997007010707" There is no formula in column E, nor VLOOKUP in row 7. There is just a mix of strings and numeric in "Kode Barang" field. May be related.
Created attachment 123188 [details] Correct File Sorry. Wrong file. I've uploaded the correct one. Thank you.
(In reply to Manatap Sitorus from comment #0) > The file is attached. The difference can be found in row 7 column E. Calc > version returns "70116004", where as Office version returns "8997007010707" Which is also incorrect, but expected. In E7 formula, 4th argument (0) of VLOOKUP is missing (present in other rows). With this argument omitted (or =1), VLOOKUP returns erratic (wrong) result unless the 1st column of the search_table is sorted in ascendant order (it is not the case in your file). With both Calc and Excel.