Hi,
Sample below with Date3 column showing what the results should be
Date1 Date2 Date3
12/1/2012 1/1/2013 1/1/2013
empty 1/1/2013 1/1/2013
empty #NA empty
empty empty empty
12/1/2012 #NA 12/1/2012
Based on above example, how can I Populate Date3 based on the following criteria:
Date2 date overrides date in Date1
If there's a date in Date2, then populate the date in Date3
If there's a blank or #NA in Date2, then look in Date1
If there's a date in Date1, then populate date in Date3
If Date1 is blank, then blank in Date3
Date2 date overrides date in Date1
Thank you in advance.
Sample below with Date3 column showing what the results should be
Date1 Date2 Date3
12/1/2012 1/1/2013 1/1/2013
empty 1/1/2013 1/1/2013
empty #NA empty
empty empty empty
12/1/2012 #NA 12/1/2012
Based on above example, how can I Populate Date3 based on the following criteria:
Date2 date overrides date in Date1
If there's a date in Date2, then populate the date in Date3
If there's a blank or #NA in Date2, then look in Date1
If there's a date in Date1, then populate date in Date3
If Date1 is blank, then blank in Date3
Date2 date overrides date in Date1
Thank you in advance.