matching values

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

CLR

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

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

Vaya con Dios,
Chuck, CABGx3
 
Top