Take a look at the attached.
Edit:
I forgot to multiply by hours so the formulas in F5 and G5 should be:
=IF([@Hours]="","",INDEX(Rates!$B$4:$B$8,MATCH([@Employee],Rates!$A$4:$A$8,0))*[@Hours])
=IF([@Hours]="","",INDEX(Rates!$C$4:$C$8,MATCH([@Employee],Rates!$A$4:$A$8,0))*[@Hours])
Last edited by xor; 02-20-2017 at 01:29 AM.
|