Maximum after applying multiple criteria in a table

chriskon

New Member
Joined
Feb 23, 2018
Messages
2
Hello,

I am trying to find a formula doing the following:

I have three columns that I would like look for criteria to be met at each row, and then from a fourth column to enter the maximum value that represent the several findings. For instance, in the given screenshot, the first criterion is for the cell in column G to equal "accounting standards", then the second criterion for the same row in column H the cell to equal "Internal" and the third criterion in column J same row to equal "Threat". If all these criteria are met, I would like to have the maximum value from column L that corresponds to the one or more rows that are found to meet the 3 criteria. Is that possible? The thing is that I would like results in the same row but in case there are more than one row as result, to find the maximum of these 2,3 or more from column L. Is that possible? I am not very familiar with Excel. Thank you in advance for your time!

https://postimg.org/image/u0j22dihp/

Kind regards,

CK.
 
Last edited by a moderator:

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
If youre gonna post a link make sure its to a spreadsheet not an image otherwise we'll all have to reenter the data just to test their solution.

There's software on this forum for posting images.
 
Upvote 0
If youre gonna post a link make sure its to a spreadsheet not an image otherwise we'll all have to reenter the data just to test their solution.

There's software on this forum for posting images.

Thank you. My apologies that I did not consider of that. How do I upload an excel file here?
 
Upvote 0
G
H
I
J
K
L
M
1
Sub-categoryInternal Or External DriversThreat / OpportunityRisk Threat /Opportunitymax
2
People SkillInternalEmploy EngamentThreat
12​
25​
3
People SkillInternalEmploy RetentionThreat
20​
4
People SkillInternalEmploy DevelopmentThreat
9​
5
Accounting StandardInternalRecruitmet PraticesThreat
20​
6
Regulatory RequirementExternalLegislative ComplianceThreat
8​
7
Accounting StandardInternalSupporting Business ManagerThreat
25​

<tbody>
</tbody>

M2=MAX(IF($G$2:$G$7=G5,IF($H$2:$H$7=H2,IF($J$2:$J$7=$J$2,$L$2:$L$7))))

Control+ Shift+ Enter
 
Upvote 0

Forum statistics

Threads
1,214,863
Messages
6,121,978
Members
449,058
Latest member
oculus

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