I need to use DATETIME_FORMAT two times in my IF formula, otherwise it won’t show the date correcty.
The current formula that I am using is:
IF({Execute day (before/after)}=BLANK(),{PROJECT DEADLINE},DATETIME_FORMAT(DATEADD({PROJECT DEADLINE},{Execute day (before/after)},‘days’),‘D-MMM-YYYY’))
Can’t figure out where I am supposed to add the first DATETIME_FORMAT formula.
Any suggestions would be much appreciated!