Date formula

Help I want to Make a date/time column when it’s empty then it filled with date/time(from other date/time column+1day (wtih specific time of 12.00AM)

so its like
column 1
1/01/2020 07.00.00 AM

then the column I want if emptie will have column 1 + 1 day
1/02/2020 but i want the time always says 12.00.00 AM

0 4 244
4 REPLIES 4

Maybe you can use below in an app formula:

IFS(ISBLANK([ColumnYouWant]), DATETIME(DATE([Column 1])+1) )

Thank you so much Mate

Steve
Platinum 4
Platinum 4

For reference:





Thank you steve

Top Labels in this Space