Trying to write a formula in cell J9 that gives the answer "no" if all conditions in cells g9 and i9 are met or answers "yes" if any are not met. The formula I've written is: =IF(I9="","YES",IF(TODAY()>I9+1825,"YES",IF(TODAY()<I9+1825,"NO",IF(G9="","yes")))) G9 and I9 contain dates or can be blank. It seems that this only works if the condition in I9 is met. What am I doing wrong?
Bookmarks