Multiple criteria solution

End3r

New Member
Joined
May 9, 2017
Messages
14
Hello,

I have a problem getting results with set of criterias that override next one within one formula.
So, i have the following several data:

- number of days
- destination 1
- destination 2
- unexpected delay reason

first criteria is easy, if shipment arrives in 1 day or below then value YES.
Second one can override with following, if shipment arrived on second day and destination is 1 then value is yes if its larger then 2 value can still be yes if unexpected delay reason is met.

Thanks for all your help !
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
destinationdaysaccept_delay_reasonis it ok
11yes#####
12yesyes
22nono
12noyes
23yesyes
22nono
12noyes
12yesyes
22yesyes
#####
=IF(C2="yes","yes",IF(AND(A2=1,B2<3),"yes",IF(AND(A2=2,B2>1),"no","yes")))
not sure if this is what you want

<colgroup><col><col><col><col><col span="5"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,216,069
Messages
6,128,599
Members
449,460
Latest member
jgharbawi

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