i want to ad another AND condition to this if someone can help

censura

New Member
Joined
May 15, 2007
Messages
24
Hi hope you can help i have this formula

=IF(OR(M2="Not Interested",M2="Failed Credit Check",AD2="Loan Only"),"N/A",O2)

So what i am trying to achieve is have these 3 conditions in the one formula

1) If M2 is one of: Not Interested , Failed Credit Check or AD2 is Loan Only it assigns value N/A (as it currently works)

2) If AD2 = Loan Plus Accountancy AND M2 = "NO" assign "NO" (new condition)

3 If the outcome is neither N/A or NO leave AE cell blank



Thank you
 
Last edited:

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
=IF(OR(M2="Not Interested",M2="Failed Credit Check",AD2="Loan Only"),"N/A",IF(AE2="Loan Plus Accountancy",O2,""))
 
Upvote 0
Solution

Forum statistics

Threads
1,215,111
Messages
6,123,151
Members
449,098
Latest member
Doanvanhieu

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