Hello,
I am trying to do a simple DATEADD function. Add X number of days to Y date. I have a date formatted column and an integer number column. The formula column has this formula in it: DATEADD({Last PM},{Interval},’days’). I’ve tried every variation of the DATEADD function that I could think of, and nothing works.
I’m getting this error: “Sorry, there was a problem saving this field. Invalid formula. Please check your formula text.”
I can use the WORKDAY() function, without an issue. But this isn’t what I need.
Not sure what I’m doing wrong. Thoughts?