matching values

  • Thread starter Thread starter italiavb
  • Start date Start date
I

italiavb

Newbie looking for code that would search column A find a matching value in
column C return
the value found in adjacent column D to column B.

Thanks.
 
Put this in B1 and copy down........

=VLOOKUP(A1,C:D,2,FALSE)

Vaya con Dios,
Chuck, CABGx3
 
Thanks a lot Chuck, It worked perfectly.
Pat

CLR said:
Put this in B1 and copy down........

=VLOOKUP(A1,C:D,2,FALSE)

Vaya con Dios,
Chuck, CABGx3
 
Happy to help,..........and thanks for the feedback.

Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top