For example, I have a date field, some of which are filled in, some of which are not. I want to make a second date field that is a time offset from the first. I want this formula field to stay in date format so it can be exported to a calendar, etc:
However, when the first field is blank, the second field shows an error instead:
How can I change my formula to output “absence of date” when the first field is blank? Using IF(BLANK(
to return ""
or 0
breaks the date formatting: