I used the Index-Match formula to bring data from one SmartSheet into another tracking SmartSheet. In the destination SmartSheet, I labelled all the columns exactly the same name as the source SmartSheet. In the primary column, I linked the primary column from the source SmartSheet. Then for each column, I used Index-Match to bring in that data corresponding to each primary column cell data. When using Index, I selected the entire column from the source SmartSheet where I need to Index. For the Match part of the equation, I selected the cell in the destination SmartSheet to match, then selected the entire primary column in the source SmartSheet. When I copied the formula down to the last row of data, the last few rows did not bring over the correct data. There were blank cells in the source data, but in the destination cells, other data was brought in. Any thoughts on why this happened? Here's an example of the formula I used:
=INDEX({Clarity Program Tracking Range 5}, MATCH([Process Name]@row, {Clarity Program Tracking Range 1}))