lookup value from table

AnnetteTR

Board Regular
Joined
Aug 19, 2010
Messages
85
Hi
I have two values I shall use to find a third value from a table.
The table look like this:
Excel Workbook
ABCD
1Very low pollutingLow pollutingNon low polluting
2m/h/m2m/h/m2m/h/m2
3Cat A1,803,607,20
4Cat B1,262,525,04
5Cat C1,081,442,88
Sheet1


Eg. I want to look up the value for Cat B at Low polluting then I shall use the value in row 4 column C
But how do I put that into a formula?

Regards Annette
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Assuming F1=Cat B and F2=Low polluting,
=INDEX(B3:D5,MATCH(F1,A3:A5,0),MATCH(F2,B1:D1,0))
 
Upvote 0

Forum statistics

Threads
1,224,568
Messages
6,179,595
Members
452,927
Latest member
whitfieldcraig

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