View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Zuo Zuo is offline
external usenet poster
 
Posts: 24
Default Match value in one column and return value in same row in next col

Hi,

I have a a set of values in A1 through A100. I need to look up each value
and find a match in another set of values located in C1 through C200. If a
match is found then I need the formula located in column B to return the
value in the same row but the next column over (D).

Example:

A B C D
359 375 10012
456 125 10031
125 10031 952 10052
854 444 10017


The formula located in B3 should find that the value of 125 (located in A3)
matches the value in C2 and returns 10031 which is the value located in the
next column over in the same row.

Thanks,

Zuo