View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bill Bill is offline
external usenet poster
 
Posts: 390
Default LOOKUPS USING 2 SETS OF DATA

I am trying to get a formula for a spreadsheet i am working on that will
return a value from another spread sheet.

Table 1

RC Code
RC Length
1 2 3 4
1 100 200 300 400
2 115 205 303 395
3 203 210 450 500

Table 2

RC Code RC Length RC Value
1 3
3 1
I want to be able to determine the RC value in table 2 by comparing Table 2
RC Code and RC length in table 1.

Hope I haven't confused this one too much.