I have 3 Date fields: Created Date (Field Type “Created Date”), Override Date (Field Type “Date”), and Display Date (Field Type “Formula”). The formula in the Display Date column reads the Override Date column, and displays it if it is not blank. If it is blank, it displays the Created Date. Here is the formula:
IF({Override Date}!=BLANK(),{Override Date},{Created Date})
Now, I have two strange things going on here.
-
If the Override Date is blank, it is all of a sudden not pulling the Created Date instead (had worked just fine until a couple of days ago).
-
The date being pulled from “Override Date” is off by 5 hours. See below screen grab:

I tried adding a line to the formula to deduct 5 hours from the time, which worked… except for the last record with an Override Date (which deducts 6 hours for some reason??), and is throwing an error on any record with a blank Override Date. See below screen grab:

Any help would be greatly appreciated. I am super confused as to why this is happening! It should be a pretty straight forward formula.
