View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BubBob[_2_] BubBob[_2_] is offline
external usenet poster
 
Posts: 1
Default passing values from one sheet to another

Ihave 4 sheet with similar kind of structure; leftmost column has the
product code and other columns have details (numbers) about those
products.

ProdID Qty
1/art-05-d 200
1/art-05-q 204
1/art-05-s 420

I need to get the qty value and pass it to another sheet to same row
with corresponding ProdID. I cannot paste the whole columns, since not
all of the sheets have same amount of products. So the question is how
can i use the prodID as a "primary key"

Help is greatly appreciated.