Formula to incude multiple requirments in different cells

Aquabenny

New Member
Joined
Aug 30, 2013
Messages
7
Hi,

I would like a cell to show either OK or No depending on the requirements of three other cells as below

G4 is the cell to show a value. For OK a date in G6 must be more than todays date, a tick must be in F6 and a date in D6 must also be more than todays date.

I can get G4 to do each section individually i.e. (A4 has todays date in it, updating automaticaly)

=IF((G6+365)<a4,"ok","no")
=IF(F6="P","Ok","No")
=IF((D6+365)<a4,"ok","no")

How do if put them together?

Thank you for any help you can offer.</a4,"ok","no")
</a4,"ok","no")
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Sorry looks like to formulas have lost a bit. Here they are again

=IF((G6+365)<A4,"Ok","No"
=IF(F6="P","Ok","No")
=IF((D6+356)<A4,"Ok","No")
 
Upvote 0
Sorry looks like to formulas have lost a bit. Here they are again

=IF((G6+365)<a4,"ok","no"
=IF(F6="P","Ok","No")
=IF((D6+356)<a4,"ok","no")[ QUOTE]


Sorry This is my first post and the text doesn't seem to like to formulas! It keeps taking sections out.</a4,"ok","no")[></a4,"ok","no"
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,535
Members
449,037
Latest member
tmmotairi

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