If you want to populate the Rota from the Tracker in combination with the ShiftCodes then you need the extend your formula in the Rota to something like this (cell E8):
Formula:
=IF(INDEX(Tracker!$E$8:$J$11,MATCH(Rota!$D8,Tracker!$D$8:$D$11,0),MATCH(Rota!E$7,Tracker!$E$7:$J$7,0))<>"in",
INDEX(Tracker!$E$8:$J$11,MATCH(Rota!$D8,Tracker!$D$8:$D$11,0),MATCH(Rota!E$7,Tracker!$E$7:$J$7,0)),
INDEX('Shift Code'!$H$2:$M$16,MATCH(Rota!$D8,'Shift Code'!$A$2:$A$16,0),MATCH(Rota!E$7,'Shift Code'!$H$1:$M$1,0)))
Horrible formula, but you can replace parts of it by meaningfull names for readabilty.
Bookmarks