tmwcarl,
Attached is a modified version of your example workbook. I inserted a row (column I) for the matching numbers for the TARGET table.
In cell D6 and copied down is this formula for the SOURCE table:
=IF(SUMPRODUCT(--($J$6:$J$25=E6),--($K$6:$K$25=F6),--($L$6:$L$25=G6),ROW($L$6:$L$25)-5)>0,COUNT($D$5:D5)+1,"")
In cell I6 and copied down is this formula for the TARGET table:
=IF(SUMPRODUCT(--($E$6:$E$19=J6),--($F$6:$F$19=K6),--($G$6:$G$19=L6))>0,INDEX($D$6:$D$19,SUMPRODUCT(--($E$6:$E$19=J6),--($F$6:$F$19=K6),--($G$6:$G$19=L6),ROW($D$6:$D$19)-5)),"")
Note that I used excel an 2003 and lower compatible formula because you uploaded a .xls file, even though you have excel 2007 listed as your excel version. You could use a countifs formula instead of the sumproduct, but that is only excel 2007 and higher.
Is something like that what you were looking for?
Bookmarks