Hi AJW, welcome to the forum. Please see the attached sheet for a possible solution. I created a merge column of the Item/Revision/Release on Sheet1 (column J) to perform a non-array lookup from Sheet2 columns D:H.
=INDEX(Sheet1!D:D,MATCH($A2&$B2&$C2,Sheet1!$J:$J,0))
Bookmarks