Hey all,
I have two sheets: Business Consult and Project Proposal. I'd like to move specific info from that sheet onto the Project Proposal sheet using a unique identifier, the Business Consult ID. I've mirrored columns on both sheets and they are in the same order (though Project Proposal sheet has additional columns). My first row on both sheets has column names. So basically, I want the formula to match the Business Consult ID on both forms, and output the value in a specific column based on the value in that same column on the source form.
Here is what I have:
=INDEX({ASD OIP Business Consult Intake Sheet Range 3}, MATCH($[Business Consult ID]@row , {Business Consult ID}, 0), MATCH([Consult: Projects 101 Review Verification]$1, {{ASD OIP Business Consult Intake Sheet Range 4}, 0))
Range 3 = all the columns in the Business Consult sheet
Range 4 = header row (1) in the Business Consult sheet
Where am I going wrong? I'm trying to model off of the formula built into the Metadata sheet that comes with the Project Management Office bundle.
Thank you!