Hi, I would like to construct the following statement:
If {check 1} is filled in with a date, then return the value of 10 days after the date of check 1
If {check 1} is blank, then leave the current cell blank
The following is what I’ve tried, would appreciate some suggestions.
IF({check 1} is not blank,(DATEADD{check 1},10,'date), ())
Thanks in advance!