You can try this formula:
=INDEX(Employees[Name], MATCH(Employees[[#This Row],[Name]],Employees[Name],0))
Sample Output:
Note: Simply drag the formula down.