Quote:
If there is date(B2>0), then D2 equal blank, but if there is a date, D2 equals open
|
This condition is contradictory
Quote:
E Column's cells references a date too. If E2 is blank, then E2 is open. If there is a date, then E2 = closed.
|
You mean if E2 blank D2="open", (not E2)?
At first glance
=IF(B2="","",IF(E2="","open","closed"))