I have a big table (560 payroll employees) with repeated column information that I need to summary in one record per employee. Example per period:
Name.....................Gross............Pay Type................Hours Worked
Peter Newton..........6,502.50.........Salary......................650.25
Peter Newton..........1,700.00.........Vacations..................170.00
Peter Newton..........1,500.00.........Bonus.......................200.00
Peter Newton..........2,000.00.........Overtime..................100.00
John Jefferson.........6,486.00........Salary.......................540.50
John Jefferson.........1,080.00........Vacations....................90.00
John Jefferson.........1,440.00........Overtime....................60.00
etc..
Note not all employees has the same pay type. I want to create one record per employee (summary) with columns for pay type. It is posible that employee has more data in other period. I trying to use VLOOKUP, but not work.
Thanks you for your cooperation.
Name.....................Gross............Pay Type................Hours Worked
Peter Newton..........6,502.50.........Salary......................650.25
Peter Newton..........1,700.00.........Vacations..................170.00
Peter Newton..........1,500.00.........Bonus.......................200.00
Peter Newton..........2,000.00.........Overtime..................100.00
John Jefferson.........6,486.00........Salary.......................540.50
John Jefferson.........1,080.00........Vacations....................90.00
John Jefferson.........1,440.00........Overtime....................60.00
etc..
Note not all employees has the same pay type. I want to create one record per employee (summary) with columns for pay type. It is posible that employee has more data in other period. I trying to use VLOOKUP, but not work.
Thanks you for your cooperation.