I am working on a large update to a project that has 130 toolkits generated through a blueprint. I have to add up to 20 new columns that all would be a column formula containing cross sheet references to another sheet within the toolkits. My question is, if I do this using a global update, would all of the sheets be cross referencing the template sheet, or would the update accurately reference the individual's sheet in their toolkit?
For example: Toolkit template contains two sheets, a Log and an Invoice. I need to add columns to the invoice sheets that cross reference the Logs. When a toolkit is created, everyone gets their own unique Log sheet and Invoice sheet, so when I use global update to add a column and enter the formula like this:
=INDEX({Log | Status}, MATCH([Log ID 1]@row , {Log | Log ID}, 0))
I need to make sure that the update will be looking at the individual's Log's and not the template sheet.