See the sample implemented at:
http://cjoint.com/?ljrEMPjI4L
Linking_Info_Between_Sheets_lawmere_misc.xls
Part number entered in A7 down
Put in C7:
=INDEX(Master!D:D,MATCH(TEXT(A7,"0000"),Master!A:A ,0))
Put in F7:
=INDEX(Master!BH:BH,MATCH(TEXT(A7,"0000"),Master!A :A,0))
Copy C7 & F7 down the columns
as far as there is data entered in col A
" TEXT(A7,"0000") " is used instead of just: " A7 "
to convert the input lookup value in A7 to text
as the part number in Master!A:A is text number, not real number
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--