Hello, i have a date field Start Date (formated as datetime) and a duration field. I would like to create a Formula field to add the duration field to the Start date field to give an ‘End Date Time’ field e.g.
I have attempted to do this with via a formula by adding the duration field to the start date and wrapping this in TODATE but that is not giving me the correct result.