Hi There,
I need to calculate the total payable to each employee who may be assigned multiple shifts (tasks) on one calendar day.
EX: For 'Helen' in cell B17, I need to reference all shifts she is assigned in the above table (in the B-column) for Aug 23rd, and then sum the total owed to her, cross referencing the shift name in Column A with the amount paid for that shift in the GUIDE RUN Table (Column G).
The only way I can think is to do a whole bunch of IF calculations to add up all the shifts in each day for each guide (=(IF(B4=B17, g4,0))+(IF(B5=B17, g5,0))+(IF(B6=B17, g6,0))...)
Does anyone know a different formula or an easier way to do this?
The example is small but I have about 22 employee to build calculations for with over 15 different assignments (each person would only have 1-3 assignments per day, but they can vary each day).
Any help you can provide is greatly appreciated. Thanks!
I need to calculate the total payable to each employee who may be assigned multiple shifts (tasks) on one calendar day.
EX: For 'Helen' in cell B17, I need to reference all shifts she is assigned in the above table (in the B-column) for Aug 23rd, and then sum the total owed to her, cross referencing the shift name in Column A with the amount paid for that shift in the GUIDE RUN Table (Column G).
The only way I can think is to do a whole bunch of IF calculations to add up all the shifts in each day for each guide (=(IF(B4=B17, g4,0))+(IF(B5=B17, g5,0))+(IF(B6=B17, g6,0))...)
Does anyone know a different formula or an easier way to do this?
The example is small but I have about 22 employee to build calculations for with over 15 different assignments (each person would only have 1-3 assignments per day, but they can vary each day).
Any help you can provide is greatly appreciated. Thanks!