I don’t understand why :
=LOOKUP("A",{"A","B","C","D"},{1,2,3,4})
Works fine for search criteria = “A”,“B”,“C” or “D”
However
=LOOKUP("Mineur",{"Mineur","Majeur","Grave","Catastrophique"},{1,2,3,4})
Works for search criterion “Mineur” and “Majeur” but gives #N/A for “Grave” and “Catastrophique”
I think this is a bug but I’m open for all other suggestions
I’m using :
Version: 7.5.1.2 (X86_64) / LibreOffice Community
Build ID: fcbaee479e84c6cd81291587d2ee68cba099e129
CPU threads: 8; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded
Jouke