Sheet 1
I want to put a formula in Sheet 1, column [PSPEC Product Requirement], that looks at [References]@row on Sheet 1, then matches that references on Sheet 2 [References].
Sheet 2
Then copies the content on same Row on Sheet 2, [PSPEC Product Requirement], and puts it in Sheet 1, [PSPEC Product Requirement]
I've tried this:
=INDEX({WS- RCV RTM
Reference Sheet Range 3}, MATCH(References@row, {WS- RCV RTM
Reference Sheet Range 3}, 1)), however it pulls the right column in Sheet two, but the last entry in column, which is not a match for Reference in Sheet 1.
Please help! Urgent. Thanks in advance.