Multipe Condition look-up

spycein

Board Regular
Joined
Mar 8, 2014
Messages
135
Office Version
  1. 365
Platform
  1. Windows
Dear All,

I have this following table

[TABLE="class: grid, width: 261, align: left"]
<tbody>[TR]
[TD="align: center"]Item[/TD]
[TD="align: center"]Group[/TD]
[TD="align: center"] Amount[/TD]
[/TR]
[TR]
[TD="align: center"]Rent-A-Cab[/TD]
[TD="align: center"]Operational[/TD]
[TD="align: center"] -[/TD]
[/TR]
[TR]
[TD="align: center"]Office[/TD]
[TD="align: center"]Operational[/TD]
[TD="align: center"] 80.00[/TD]
[/TR]
[TR]
[TD="align: center"]TV[/TD]
[TD="align: center"]Bridal[/TD]
[TD="align: center"] -[/TD]
[/TR]
[TR]
[TD="align: center"]Legal[/TD]
[TD="align: center"]Quality Assurance[/TD]
[TD="align: center"] 100.00[/TD]
[/TR]
[TR]
[TD="align: center"]Print[/TD]
[TD="align: center"]Traditional[/TD]
[TD="align: center"] 100.00[/TD]
[/TR]
</tbody>[/TABLE]










I want a formula which will the Amount Column value to Cell "C1" when i enter any value from Item Column in cell "A1" & "B1".

For example
if i put Rent-A-Cab in cell A1 & Operational in B1 then the return value should be 0.
if i put Office in cell A1 & Operational in B1 then the return value should be 80.

Thanks
 
Last edited:

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
With your lookup table in cells G1:I6, use this formula in cell C1: =LOOKUP(2,1/((G2:G6=A1)*(H2:H6=B1)),I2:I6)
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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