Thread: Match values
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
plunk25 plunk25 is offline
external usenet poster
 
Posts: 9
Default Match values

I have 2 worksheets that are setup as follows:

wksht1:
column a = customer number
column b = customer name
column c = sales ytd

wksht2:
column a = customer number


What I need to do is pull the sales ytd from wksht1 and place it in wksheet
2 only if the customer number from wksht2 has a match in column a in wksht1.

I've tried a vlookup, but it doesn't quite do what I need it to. Can anyone
point me in the right direction?