von F3K Total » So, 10.02.2013 00:36
Hi, das geht mit SVerweis, wie schon von Eddy angekündigt, hier ein Beispiel für 1000 Zeilen auf Tabelle 2:
Zelle B2:
=WENN(ISTFEHLER(SVERWEIS(A2;Tabelle2.$A$2:$M$1000;2;0));"";SVERWEIS(A2;Tabelle2.$A$2:$M$1000;2;0))
Zelle C2
=WENN(ISTFEHLER(SVERWEIS(A2;Tabelle2.$A$2:$M$1000;3;0));"";SVERWEIS(A2;Tabelle2.$A$2:$M$1000;3;0))
Zelle D2
=WENN(ISTFEHLER(SVERWEIS(A2;Tabelle2.$A$2:$M$1000;4;0));"";SVERWEIS(A2;Tabelle2.$A$2:$M$1000;4;0))
usw... bis Zelle M2 -> 13
Dann Zeile 2 markieren und runterziehen.
Gruß R
Hi, das geht mit SVerweis, wie schon von Eddy angekündigt, hier ein Beispiel für 1000 Zeilen auf Tabelle 2:
Zelle [color=#FF0000][b]B[/b][/color]2:
=WENN(ISTFEHLER(SVERWEIS(A2;Tabelle2.$A$2:$M$1000;[color=#FF0000][b]2[/b][/color];0));"";SVERWEIS(A2;Tabelle2.$A$2:$M$1000;[color=#FF0000][b]2[/b][/color];0))
Zelle [color=#FF0000][b]C[/b][/color]2
=WENN(ISTFEHLER(SVERWEIS(A2;Tabelle2.$A$2:$M$1000;[color=#FF0000][b]3[/b][/color];0));"";SVERWEIS(A2;Tabelle2.$A$2:$M$1000;[color=#FF0000][b]3[/b][/color];0))
Zelle [color=#FF0000][b]D[/b][/color]2
=WENN(ISTFEHLER(SVERWEIS(A2;Tabelle2.$A$2:$M$1000;[color=#FF0000][b]4[/b][/color];0));"";SVERWEIS(A2;Tabelle2.$A$2:$M$1000;[color=#FF0000][b]4[/b][/color];0))
usw... bis Zelle M2 -> [color=#FF0000][b]13[/b][/color]
Dann Zeile 2 markieren und runterziehen.
Gruß R