The first table is the hours that staff work during the month, the second table is there hourly rate, I did a vlookup that search's for the employee number then calculates this from a sage download file, on the third table I need a formula that does a search on the hourly rate and in the same formula search's for how many hours they have done, as I need to put this amount in each Department, is there such a thing as a double Vlookup in a formula or can I do something else?
The staff may not be in the same order, as there are 100 staff,
=VLOOKUP(A2,Hours!A2:Z166,Mth+25,FALSE)*'Hourly Rate'!E2 is the normal method but if they are not in the same order it will not work
I need a search on the hourly rate to find the person and input the figure
=VLOOKUP(A2,Hours!A2:Z166,Mth+25,FALSE)=(VLOOKUPA2,'Hourly Rate'!A2:L158,Mth+25,FALSE) something like this is needed but it does not work, any suggestions please to be put in the last grid if that makes sense
Hours
Hourly Rate
The staff may not be in the same order, as there are 100 staff,
=VLOOKUP(A2,Hours!A2:Z166,Mth+25,FALSE)*'Hourly Rate'!E2 is the normal method but if they are not in the same order it will not work
I need a search on the hourly rate to find the person and input the figure
=VLOOKUP(A2,Hours!A2:Z166,Mth+25,FALSE)=(VLOOKUPA2,'Hourly Rate'!A2:L158,Mth+25,FALSE) something like this is needed but it does not work, any suggestions please to be put in the last grid if that makes sense
Hours
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | KEN | ||
11 | Jane Mac | 200 | |||||||||||||
23 | Julie Mac | 161 | 8 | 7 | 24 | ||||||||||
| | | | | | | |
Hourly Rate | PAYE | EMPLOYEE NIC | EMPLOYEE PENSION | Studant Loans | Attachments | ||||
11 | Jane Mac | MACDONALD | 21.67 | 3.83 | 2.13 | 0.68 | - | - | |
23 | Julie Mac | WHITE | 14.08 | 1.85 | 1.36 | 0.47 | - | - |
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | ||
11 | Jane Mac | 766.00 | |||||||||||
23 | Julie Mac |