I would like to pull "Type" from a different sheet by matching the Project #. I've used both INDEX MATCH and VLOOKUP formulas which has worked well!
Here are the formulas:
=INDEX({Program Intake Form Range 1}, MATCH([Project #]#, {Program Intake Form Range 2}, 0))
=VLOOKUP([Project #]#, {Program Intake Form Range 2}, 5, false)
Problem Statement: But the issue is when I copy these formulas into another sheet, I am getting #INVALID REF error. I am able to fix this issue by editing "Reference Another Sheet" and manually re-selecting the columns from the other sheet.
Is there a way to write the formula, so that I would not need to manually Reference Another Sheet?
I have over 100 sheets (and this will grow over time) and I want to automate this formula.