Multiple Yes/No formulas

sapper

New Member
Joined
Aug 29, 2012
Messages
33
A
B
C
D
E
F
1
Initially Approval
Issued
Projected Begin Date
Projected End Date
Final Approval
Today's Date
2
23 Jul 18
3
Yes
No
22 Jun 18
10 Nov 18
Yes
4
Yes
Yes
25 Aug 18
10 Nov 18
Yes
5
No
Yes
18 Jul 18
10 Nov 18
No
6
No
No
2 Jul 18
10 Nov 18
No

<tbody>
</tbody>
I am trying to determine the correct formula if a column has a "NO" input then another column will also have a "NO" input along with another embedded formula.

The formula I have alreadyhave for cell E6 is: =IF(C6<=$F$2>D6,IF(B6="YES","NO","YES"),IF(B6="NO","YES","NO"))


Any help would be appreciated.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
If the value in cell A6 = “NO”, then cell E6 = “NO”. Nofurther actions permitted.
If the value in cell A6 = “YES”, then cell E6 shoulddetermine if the ‘Projected Begin Date’ is before ‘Today’s Date’ and before ‘ProjectedEnd Date’, if that is correct, then if column B is “NO”, column E is “YES”.
I hope this is what was requested.

 
Upvote 0

Forum statistics

Threads
1,214,914
Messages
6,122,211
Members
449,074
Latest member
cancansova

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