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

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
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,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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