Formula or Macro to return true value if multiple criteria met

Profi10

New Member
Joined
May 6, 2012
Messages
45
Hi Excels,

does anyone have a formula or macro to return a true value if multiple criteria are met, or in this case 2 out of 25 possible matchups.

I have tried the following but it keeps breaking the more criteria I add:

=IF(OR(AND(B2=N6, E2=O6), AND(B2=N6, E2=O5)), "Low", "N/A")(OR(AND(B2=N5, E2=O6), AND(B2=N5, E2=O5)), "Medium", "N/A")

The aim is to return a low, medium or high value if for example criteria "insignificant" in row B2 is matched up with criteria "rare" in row E2, or if criteria "insignificant" in row B2 is matched up with criteria "even chance" in row E2.

Any ideas?

Thanks for your help
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Not sure how to post the spreadsheet, however this is an image of the sheet I am working on where if value from column A is combined with a value in column B it returns a rating of either low, medium or high in column C
 

Attachments

  • Sample.jpg
    Sample.jpg
    34.8 KB · Views: 14
Upvote 0
T
Not sure how to post the spreadsheet, however this is an image of the sheet I am working on where if value from column A is combined with a value in column B it returns a rating of either low, medium or high in column C
Try now

Book1
ABCDEF
1ConsequenceLikeliHoodRisk Rating - Low , Medium Or HighLegend
2InsignificantRareLowInsignificantRareLow
3Very HighLikelyHighVeryHighLikelyHigh
4InsignificantUnlikelyLowInsignificantUnlikelyLow
5MajorEven ChangeMediumMajorEvenChangeMedium
Sheet1
Cell Formulas
RangeFormula
C2:C5C2=VLOOKUP(SUBSTITUTE(A2&B2," ",""),$E$2:$F$5,2,0)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,430
Messages
6,119,443
Members
448,898
Latest member
drewmorgan128

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