View Single Post
  #7   Report Post  
lawmere
 
Posts: n/a
Default Linking information form one worksheet to another

Hi Max,

Thanks fr the solution sorry i couldn't get back to yesterday had to dash
off . It works fine the only problem is that i cant seem to vary the part nos
in the column to maybe different characters or digits it seems to be fixed at
just 4 characters how may i change this pls.

regards



"Max" wrote:

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
--