Multiple Yes/No formulas

sapper

New Member
Joined
Aug 29, 2012
Messages
33
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Initially Approval
[/TD]
[TD]Issued
[/TD]
[TD]Projected Begin Date
[/TD]
[TD]Projected End Date
[/TD]
[TD]Final Approval
[/TD]
[TD]Today's Date
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]23 Jul 18
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[TD]22 Jun 18
[/TD]
[TD]10 Nov 18
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]25 Aug 18
[/TD]
[TD]10 Nov 18
[/TD]
[TD]Yes
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]No
[/TD]
[TD]Yes
[/TD]
[TD]18 Jul 18
[/TD]
[TD]10 Nov 18
[/TD]
[TD]No
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]2 Jul 18
[/TD]
[TD]10 Nov 18
[/TD]
[TD]No
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
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

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
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,223,896
Messages
6,175,259
Members
452,626
Latest member
huntinghunter

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