Skip to main content
Solved

Formula for adding a date to a time

  • June 7, 2021
  • 2 replies
  • 21 views

Forum|alt.badge.img+1

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:

Best answer by Kamille_Parks11

DATEADD(
   {Start date},
   {Duration},
   'seconds'
)

2 replies

Kamille_Parks11
Forum|alt.badge.img+27
DATEADD(
   {Start date},
   {Duration},
   'seconds'
)

Forum|alt.badge.img+1
DATEADD(
   {Start date},
   {Duration},
   'seconds'
)

Thank you for you suport Kamilleonarie. millions of likes for you :slightly_smiling_face: