Skip to main content

Using the formula for date add as found in AT, I can get the date to SUBTRACT days but not to ADD days.


I have a date column {datereqsent} and I want {duedate} to calculated to 30 days from datereqsent.


I have tried changing the minus sign to a plus sign and that is not working.


TIA

Welcome to the community, @Jennifer_Beazer!


Use this formula:


DATEADD(datereqsent,30,'days')


THANK YOU! 😀


Reply