Look Up Function for X and Y axis

jcktm

New Member
Joined
Aug 26, 2004
Messages
22
I need help with a look-up function for the table structure below. My look up function will be based on a value for the X axis, in this case lets call it 2. The Y axis will be 5. In this example, I need the formula to return the value .388. How do I accomplish this?

The table below is three columns wide with column headers 1,2,3, and 6 rows (Rows 1-6)

Column (X Axis) Search Value 2
Row (Y Axis) Search Value 5

1 2 3
1 0.010 0.022 0.023
2 0.110 0.120 0.130
3 0.095 0.299 0.423
4 0.114 0.361 0.511
5 0.123 0.388 0.548
6 0.130 0.413 0.583
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
How's this:
Book4
ABCD
1Table123
210.010.0220.023
320.110.120.13
430.0950.2990.423
540.1140.3610.511
650.1230.3880.548
760.130.4130.583
8
9Lookup
1020.388
115
Sheet1


Formula is: =INDEX(B2:D7,MATCH(A11,A2:A7,0),MATCH(A10,B1:D1,0))

Hope that helps,

Smitty
 
Upvote 0

Forum statistics

Threads
1,213,535
Messages
6,114,192
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top