I want a formula that can reference updates on another sheet and add the info onto my sheet. The other sheet is a schedule that has job locations and PTO time for each individual on each day of the week. I want to know the dates that each individual on the sheet has an upcoming PTO, and for my sheet to update with 'PTO' on those dates for those people (I do not need the other info/ job locations on my sheet, only PTO and PSL)
I have set up my sheet the same as the reference sheet (i.e. the left hand column has the date and days, each subsequent column has the names of each individual). I just need the PTO data to populate on my spreadsheet from the data on the other sheet.
Below is the formula I'm currently using, however, it constantly breaks and becomes 'invalid'. It will work for a short time, maybe a few hours or days, but inevitably, the reference to the other sheet breaks. How can I fix this issue? is there a better formula I can use to achieve this goal? thanks in advance!
=IF(OR(INDEX({Sterling}, MATCH(Date@row , {Specialist Schedule date}, 0)) = "PTO", INDEX({Sterling}, MATCH(Date@row , {Specialist Schedule date}, 0)) = "PSL"), INDEX({Sterling}, MATCH(Date@row , {Specialist Schedule date}, 0)), "")
note: 'Sterling' and 'Specialist Schedule date' are the links to the other sheet that keeps breaking/ becoming 'INVALID REF' on my spreadsheet.
Additional info: I have 'read only' access to the other sheet, if that makes a difference. And there are others contributing/updating the other sheet on a daily basis