Hi guys,
I am working on a fairly basic labor tracking sheet that is linked to two separate workbooks. I have attached one of the source workbooks here along with the labor worksheet. The labor worksheet is the destination workbook and the FOH Schedule worksheet is the source workbook. I used the OFFSET function for the cell references but once I realized that the destination workbook would not update unless the source workbooks were open I knew I had to change from the OFFSET function. I changed the formula in A6 on the labor worksheet from OFFSET TO INDEX and it worked just fine, although when I tried to drag the equation down the column the other cells were not functioning and are now displaying #REF!. Can someone help me to adjust the equation so that it works for all of the cells?
This was the previous formula:
=IF(OFFSET('[FOH SCHEDULE.xlsx]WEEK 1'!$A$5,(ROW(A1)-1)*2,0)=0,"",(OFFSET('[FOH SCHEDULE.xlsx]WEEK 1'!$A$5,(ROW(A1)-1)*2,0)))
This is the current formula that is working for the first cell but not the rest:
=IF(INDEX('[FOH SCHEDULE.xlsx]WEEK 1'!$A$5,(ROW(A1)-1)*2,0)=0,"",(INDEX('[FOH SCHEDULE.xlsx]WEEK 1'!$A$5,(ROW(A1)-1)*2,0)))
Bookmarks