Skip to main content
Solved

DATEADD formula not working

  • January 28, 2021
  • 2 replies
  • 24 views

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

Best answer by Jennifer_Beazer

THANK YOU! :grinning:

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • January 28, 2021

Welcome to the community, @Jennifer_Beazer!

Use this formula:

DATEADD(datereqsent,30,'days')


  • Author
  • New Participant
  • Answer
  • January 28, 2021

THANK YOU! :grinning: