v lookup will do it i think
your formula will look something like this
I cant quite understand which cells you are looking for
just say C1 is the cell you are typing the product code in sheet A (and you
want to look in sheet B) in c2 sheet a type the formula
=vlookup(c1,sheetB!A1:B62,2,false)
this formula will look for the exact match of the product code you have
typed in cell c1 in col a of sheet b and return the yarn count from the cell
in col b next to the cell in col a the product code is found in.

Signature
paul
paul.shepherd@nospamparadise.net.nz
remove nospam for email addy!
> worksheet A
> cell F name is called product code
[quoted text clipped - 23 lines]
> thanks
> garywwww3@hotmail.com
garyww - 19 Aug 2006 04:07 GMT
The details is please see teh attached file, you can see on the file
Worksheet B of B62, I typed 15254", it col name "yarn count"
and the product code you can see is Q921 at cell A62.
Worksheet A, you can see F2 is Q921, col name is "product code".
Now I just plugin a vlaue B62 ='15254' and I want it shows on workshee
A - G2
but remember it must match the product code of worksheetB - cellA6
'Q921' and worksheet A cell F2 'Q92'
because next time user will plugin a number ie.1111 on B164; wher
product code of worksheet B - cell A164
must be match to worksheet A - cell F3, but it should show the valu
1111 on cell G3.
thanks to hints
gar
paul Wrote:
> v lookup will do it i think
> your formula will look something like this
[quoted text clipped - 46 lines]
> > --
> > garyww
+-------------------------------------------------------------------
|Filename: samplewrapwrep4.zip
|Download: http://www.excelforum.com/attachment.php?postid=5238
+-------------------------------------------------------------------