I am trying to test a cell ad see if it is blank and if it is return a blank the target cell. If it isnt blank I want the rest of the statement to run.
My syntax is wrong somewhere.....
???Thanks
My syntax is wrong somewhere.....
Code:
IF(C4 = "","",(OR(AND(TODAY() <> E4,F4="Complete"),AND(TODAY() < E4,F4="In progress")),LOOKups!$D$2,LOOKups!$D$3))
???Thanks