My goal is to Match the Primary Key's of two different sheets in Excel. In this scenario, the primary key has multiple duplicates, but is differentiated with column TYPE.
What would be the way for me to Match the Primary Key to the correct key with only TYPE = 'A'?
=INDEX('SHEET 1'!C:C,MATCH(A2,'SHEET 1'!A:A))
This code is matching the primary key to both sheets to obtain name, however I do not know how to specify/match the TYPE = 'A' as well>
Image 1 with the code
Image 2Reference Data