I am working on some cross sheet data and sharing and would like to list in a cell of a sheet the user [Technician] assigned to a space [Bldg-Room] on Thursday from another sheet. There is a column for each day of the week on the sheet being referenced. [Thursday]
I can use this formula within the current sheet but I seem to run into issues trying to apply a similar method to a sheet reference formula.
=INDEX(Technician:Technician, MATCH([Bldg-Room]@row , [Bldg-Room]:[Bldg-Room], 1))