Below are the references and the formula I am using to calculate "Offsite supervision hours" and automatically sum any hours that fall in the same week.
But I also need the sum of the hours to go to different sheets based off which department/s are assigned…
LVM8HD, LVM10HD, LVM12HD are referencing a cell that contains how many hours they are working during a week so the formula knows what to multiple by.
OSLWS is referencing a date column that takes the day the work begins and outputs the weeks start date.
OSLD is referencing the Department the worker is from
OSLD2 is a reference that I'm trying to use for when a second department is going to the same job
=IF({LVMWH} = 8, SUMIFS({LVM8HD}, {OSLWS}, [Work Week]@row, {OSLD}, "LV Manufacturing"), IF({LVMWH} = 10, SUMIFS({LVM10HD}, {OSLWS}, [Work Week]@row, {OSLD}, "LV Manufacturing"), IF({LVMWH} = 12, SUMIFS({LVM12HD}, {OSLWS}, [Work Week]@row, {OSLD}, "LV Manufacturing"))))