Forum Discussion

De_Jaro's avatar
De_Jaro
Copper Contributor
Mar 10, 2020

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 werden, das aus der Spalte B gezogen werden soll.

 

Bitte um Unterstützung und besten Dank im Vorfeld.

Mit freundlichen Grüßen

Iaroslav

4 Replies

  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Platinum Contributor

    De_Jaro 

    Use this one instead. You must add "FALSCH" at the end because your list is not sorted.

    =SVERWEIS(A1;A3:B20;2;FALSCH)

     

  • Savia's avatar
    Savia
    Iron 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)

Resources