Hi,
I need to expand the following formula in cell O10;
=IF(L10="YES",IF(O7<L14,"YES","NO"),"N/A")
to include 2 more IF criteria's;
- if cell L21 is N/A then continue the formula as above
- if cell L24 is N/A then continue the formula as above
So three IF criteria's exist for this formula to continue:
- L10 must be YES, L21 must be N/A and L24 must be N/A
On the opposite side these cells can have;
- L10 can have N/A
- L21 can have YES
- L24 can have YES
.... if any of the above is true then cell O10 must be N/A
Hope it makes sense.
Thanks so much for your help!!
I need to expand the following formula in cell O10;
=IF(L10="YES",IF(O7<L14,"YES","NO"),"N/A")
to include 2 more IF criteria's;
- if cell L21 is N/A then continue the formula as above
- if cell L24 is N/A then continue the formula as above
So three IF criteria's exist for this formula to continue:
- L10 must be YES, L21 must be N/A and L24 must be N/A
On the opposite side these cells can have;
- L10 can have N/A
- L21 can have YES
- L24 can have YES
.... if any of the above is true then cell O10 must be N/A
Hope it makes sense.
Thanks so much for your help!!