Forum Discussion
De_Jaro
Mar 10, 2020Copper Contributor
Sverweis
Hallo, Hab folgendes Problem: "Sverweis" funktioniert nicht richtig, siehe Beispiel (A23). Es wird in der ersten Spalte (A) auf den Wert aus A1 gesucht. In A23 soll das Ergebnis angezeigt werde...
Savia
Mar 10, 2020Iron Contributor
You must include the fourth argument of VLOOKUP as FALSE. It defaults to approximate matching which is inaccurate.
=VLOOKUP(A1,A3:B20,2,FALSE)
=VLOOKUP(A1,A3:B20,2,FALSE)