Hello,
I am struggling with the creation of the scheduling table. Unfortunate for me, my company does not have a team to help build spreadsheets. I have a schedule, which uses a code, to signify where the employee will work for the day. The code has a key that matches the job duty and hours. I would like to count each occurrence of the key code as the corresponding shift hour, so that I may sum it as hours worked per week. These are also two separate tables. Table 5 (schedule) and Table 7 (Key)
I can use [=IFERROR(XLOOKUP([@[Exclusive Position Control/Relief]],Table7[Schedule Code:],Table7[Shift Hours]),0)*5] , but when an the relief employee works T1, G1 and H4 I can't get them to add together.
Any suggestions would be greatly appreciated!
I am struggling with the creation of the scheduling table. Unfortunate for me, my company does not have a team to help build spreadsheets. I have a schedule, which uses a code, to signify where the employee will work for the day. The code has a key that matches the job duty and hours. I would like to count each occurrence of the key code as the corresponding shift hour, so that I may sum it as hours worked per week. These are also two separate tables. Table 5 (schedule) and Table 7 (Key)
I can use [=IFERROR(XLOOKUP([@[Exclusive Position Control/Relief]],Table7[Schedule Code:],Table7[Shift Hours]),0)*5] , but when an the relief employee works T1, G1 and H4 I can't get them to add together.
Any suggestions would be greatly appreciated!