We have a sheet called Intake Sheet that has a line for each project. Each project has a Project Metadata sheet that pulls information from the Intake sheet by using an Index Match formula with cross sheet references. This was set up for us by a Smartsheet developer and it did work but I moved some columns around in one of the Metadata sheets and now it is pulling the data from 1 column to the right of the intended column.
In the example shown, instead of pulling the Project Overview it is pulling the results from 1 column to the right, Project Sponsor.
Index Match formula from the Project Metadata Project Overview column:
=INDEX({Portfolio Summary Data}, MATCH($[Project Name]@row, {Project Name}, 0), MATCH([Project Overview]$1, {Portfolio Summary Header Row}, 0))
Screenshot of Metadata sheet:
Intake Sheet:
Cross Sheet References:
Is there an absolute reference that is causing it to pull the column to the right? I can't figure out what I'm missing, but it must be something.