I have a workbook with a sheet that is formatted like this:
| 1234 | Name 1 |
| 2345 | Name 2 |
| 3456 | Name 3 |
There's then another sheet with data like this:
| Hours | Employee ID |
| 18 | 1234 |
| 8 | 2345 |
| 2 | 3456 |
Is there an automated way in Excel to automatically replace all of the employee ID numbers in the second sheet with their corresponding name? Like "1234" -> "Name 1".