View Single Post
 
Old 06-27-2016, 11:32 PM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,943
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

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"))
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote