Hi Airtable community,
This is my first time using Airtable, so sorry if this is simple!
I am trying to set a ‘finish time’ by taking the booking date & time and adding the ‘duration’ too it which is coming from a lookup from another table.
Naturally the ‘End time’ should be “22:30” and “22:57”, yet all it’s doing is mirroring the start time.
I have tried the Dateadd function which I found in someone else’s post (see code below) but haven’t been able to get it working.
Am I missing something?
Thanks in advance!
DATEADD({Booking Date & Time}, Duration, 'hours')
Thanks in advance for posting your question! When someone provides an answer, remember to mark their reply as the solution.