There are currently two sheets - (a) Source Information Sheet and (b) a destination sheet.
I am attempting to use a formula within the destination sheet to pull information into the source sheet.
The formula that was used to populate the original sheet (which is an Index Formula) works in all cells but 2.
I cannot use the cell link feature because it locks into the exact cell that is selected and I need things to populate with new updates. (So always the row associated with the ID number.)
Additional Infromation
- I am not the original owner of the sheet and I have no access to them, so I do not know the history of why things are the way they are.
- The information from the Source sheet is pulled from a form.
- There were additional fields that were added into the Source Sheet once we added additional information from the form.
Picture for the formula that does not work -
Source Sheet
Always pull from the bottom row (highlighted) and include the Scope Statement.
Destination Sheet
Current Formula that does not work =INDEX({Portfolio Summary Data}, MATCH($[Project ID]@row, {Project ID}, 0), MATCH([Scope Statement]$1, {Portfolio Summary Header Row}, 0))
Formula that works (listed in the another field on the destination sheet)
=INDEX({Portfolio Summary Data}, MATCH($[Project ID]@row, {Project ID}, 0), MATCH([Project Manager]$1, {Portfolio Summary Header Row}, 0))