Forum Discussion
Florian_Reitbauer3107
May 12, 2024Copper Contributor
Excel - Welche Formel ? / Which formula?
Hallo,
ich bräuchte bitte Unterstützung hinsichtlich welche Formel anzuwenden ist.
Folgende Situation:
2 Excel Dateien.
Wunsch:
Zunächst sollte ein Abgleich zwischen den beiden Dateien stattfinden.
Sind die Personalnummern aus Datei 1 (Spalte B) in Datei 2 (Spalte A) vorhanden?
Wenn ja, soll in Datei 1 in Spalte C, der Werte aus Datei 2 (Spalte B) aus der Zeile in der die jeweilige Personalnummer gefunden wurde, übernommen werden.
Wenn nein, soll in Datei 1 in Spalte C, bei der jeweiligen Personalnummer "n/a" hinterlegt sein.
Hi,
I need help to find the right formula. Currently I have two files.
I am aiming for the following:
First, I need to know whether the personnel number in file 1 (column B) is available in file 2 (column A)
If yes, the figure from file 2 (column B) should be shown in file 1 (column C)
If no, column C in file 1 should show "n/a".
Dafür können Sie INDEX und VERGLEICH nutzen.
You can appy INDEX and MATCH for this task.
2 Replies
Sort By
- OliverScheurichGold Contributor
Dafür können Sie INDEX und VERGLEICH nutzen.
You can appy INDEX and MATCH for this task.
- Florian_Reitbauer3107Copper ContributorThanks a lot - works perfectly fine. Much appreciated.
Vielen DANK - funktioniert einwandfrei