Return a value if two conditions met

BOYS82

New Member
Joined
May 20, 2015
Messages
4
PDR rating
OP
VE
EP/DP
MP
PP
% Bonus payable
CBD
12.00%
10.00%
8.00%
4.00%
0.00%
CBM
9.00%
7.50%
6.00%
3.00%
0.00%
CDE / CDM
5.00%
4.00%
3.00%
1.00%
0.00%

<tbody>
</tbody>

I need to return a value if certain crietria is met i.e OP & CBD, however the cell i return is a drop down so the user can select the PDR rating, therefore they can choose if a CBD is a OP, VE, EP etc rating so a fixed formaula will not work and thats where i am getting stuck?
Please can anyone help me wit this?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Is this what you had in mind? Cells B8 and D8 are controlled by Data Validation: select the %Bonus and select the PDR rating and the formula will find the appropriate rate.


Excel 2012
ABCDEF
1PDR rating
2% Bonus payableOPVEEP/DPMPPP
3CBD12%10%8%4%0%
4CBM9%8%6%3%0%
5CDE / CDM5%4%3%1%0%
6
7% Bonus payablePDR rating
8choose:CBDOP
9result:12%
10
11http://www.mrexcel.com/forum/excel-questions/856270-return-value-if-two-conditions-met.html
Sheet14
Cell Formulas
RangeFormula
E9=INDEX($B$3:$F$5,MATCH($B$8,$A$3:$A$5,0),(MATCH($D$8,$B$2:$F$2,0)))
 
Upvote 0
Is this what you had in mind? Cells B8 and D8 are controlled by Data Validation: select the %Bonus and select the PDR rating and the formula will find the appropriate rate.

Excel 2012
ABCDEF
1PDR rating
2% Bonus payableOPVEEP/DPMPPP
3CBD12%10%8%4%0%
4CBM9%8%6%3%0%
5CDE / CDM5%4%3%1%0%
6
7% Bonus payablePDR rating
8choose:CBDOP
9result:12%
10
11http://www.mrexcel.com/forum/excel-questions/856270-return-value-if-two-conditions-met.html

<colgroup><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet14

Worksheet Formulas
CellFormula
E9=INDEX($B$3:$F$5,MATCH($B$8,$A$3:$A$5,0),(MATCH($D$8,$B$2:$F$2,0)))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Yes this is exactly what im looking for thanks so much, although i keep getting a return value of #NA? Do you ahve any idea why this would be the case?

Many thanks
 
Upvote 0

Forum statistics

Threads
1,216,118
Messages
6,128,939
Members
449,480
Latest member
yesitisasport

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