I have a small Excel task that I am stuck on.
I have two Excel tables and would like to fill table 1 with values from table 2.
Example:
Table1:
A | B | C | D | E | |
---|---|---|---|---|---|
1 | Dude | ||||
2 |
Table2:
A | B | C | D | E | |
---|---|---|---|---|---|
1 | Max | Muster | Way | 3 | 53 |
2 | Dude | Test | Street | 42 | 44 |
The formula should now copy the value from Table2 B2 in Table 1 for B1. This means that the formula must find the correct row in table 2 using the value in table 1 A1 and copy the value from column B.
Does anyone have any ideas?