View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
HRHRLBS HRHRLBS is offline
external usenet poster
 
Posts: 3
Default Looking up and matching data

I have two sets of data with the same information but not in the same order
and am trying to match the data. In each data set I have 10 pools containing
100 loans. Each pool has a unique ID and each loan within the applicable
pool has an ID of 1 to 100. I need to look up the Pool ID, then look up the
loan ID so that I can extract the property type information from a third
column. The Pool ID and property type is text but the loan ID is a number.

I am struggling to put together the right combination of formulas to give
the property type for each loan within each pool. Any suggestions would be
greatly appreciated.