Jun 24, 2018 06:04 PM
I have a date field and just want another field next to it that auto-populates the date 2 weeks after the set date. What would the formula be for 2 weeks after (set date)?
Jun 25, 2018 02:02 AM
DATEADD({Set Date},2,'weeks')
should do it.