Skip to main content

I have a field that includes a date and time.

I want to create a new field that give a new date and time that is 24 hours later

Please can anyone help?

Hi @Darren_Smith,

welcome to Airtable community.
you need this formula bellow

DATEADD(date,24,'hours')

Does it works for you ?

Thanks,
Dimitris Goudis