Hello.

I'm currently using this formula: =OR($A2="",$E2="",$E2="mm/dd/yy")

Is there a way for me to do something like this:

If $A2="",$E2="",$E2="mm/dd/yy" then $F2= ""

and if that statement is false then $F2 = "y"

Thanks so much.