ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   LOOKUPS USING 2 SETS OF DATA (https://www.excelbanter.com/excel-worksheet-functions/245402-lookups-using-2-sets-data.html)

Bill

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.

ryguy7272

LOOKUPS USING 2 SETS OF DATA
 
Double Lookup?
http://www.cpearson.com/excel/TablesAndLookups.aspx
http://www.contextures.com/xlFunctio...ml#IndexMatch3

HTH,
Ryan--


--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Bill" wrote:

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.


Ashish Mathur[_2_]

LOOKUPS USING 2 SETS OF DATA
 
Hi,

Try this

=index($A$1:$E$5,match($A8,$A$1:$A$5,0),match($B8, $A$1:$E$1,0)

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Bill" wrote in message
...
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.



Herbert Seidenberg

LOOKUPS USING 2 SETS OF DATA
 
Excel 2007 Tables
With Sumifs()
http://www.mediafire.com/file/t4iv50...10_14_09a.xlsx

Bill

LOOKUPS USING 2 SETS OF DATA
 
This worked very well.

Thank you very much!

"Ashish Mathur" wrote:

Hi,

Try this

=index($A$1:$E$5,match($A8,$A$1:$A$5,0),match($B8, $A$1:$E$1,0)

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Bill" wrote in message
...
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.



Ashish Mathur[_2_]

LOOKUPS USING 2 SETS OF DATA
 
You are welcome

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Bill" wrote in message
...
This worked very well.

Thank you very much!

"Ashish Mathur" wrote:

Hi,

Try this

=index($A$1:$E$5,match($A8,$A$1:$A$5,0),match($B8, $A$1:$E$1,0)

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Bill" wrote in message
...
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.




All times are GMT +1. The time now is 07:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com