Jun 06, 2021 06:52 PM
Hello, would anyone know a formula to add a date with a time and bring the result of date and time updated?
example: Start date column: 6/7/2021 1:45 am Duration column: 0:45
Result column:
7/6/2021 2:30 pm.
Thanks in advance ! :blush:
Solved! Go to Solution.
Jun 06, 2021 07:29 PM
Jun 06, 2021 07:29 PM
DATEADD(
{Start date},
{Duration},
'seconds'
)
Jun 06, 2021 08:10 PM
Thank you for you suport Kamilleonarie. millions of likes for you :slightly_smiling_face: