Skip to main content
Solved

IF unix date field is blank, manual date field with DATETIME_FORMAT

  • March 26, 2021
  • 2 replies
  • 51 views

Forum|alt.badge.img+14

Hello Airtable community friends,

It’s been a while! Thanks to some of you, my online book business is running smoothly on Airtable. But I am far from Airtable proficient yet…

How can I get the Date and Time formula fields to check and see if there’s something in Manual Date & Time first, and then, if it’s empty, turn to Unix Date & Time? I don’t know how to weave the necessary IF statement into the DATETIME_FORMAT I’ve already got set up in the Date and Time fields. I labeled the screenshots 1 and 2 'cause they’re the same, only the second shows the formula I’m using.

Many TIAs for ideas!

Best answer by Kamille_Parks11

EDIT: Nevermind, I misread.

Keep your formula the way it is, except replace {Unix Date & Time} with:

IF({Manual Date & Time}, {Manual Date & Time}, {Unix Date & Time})

2 replies

Kamille_Parks11
Forum|alt.badge.img+27

EDIT: Nevermind, I misread.

Keep your formula the way it is, except replace {Unix Date & Time} with:

IF({Manual Date & Time}, {Manual Date & Time}, {Unix Date & Time})


Forum|alt.badge.img+14
  • Author
  • Known Participant
  • March 26, 2021

EDIT: Nevermind, I misread.

Keep your formula the way it is, except replace {Unix Date & Time} with:

IF({Manual Date & Time}, {Manual Date & Time}, {Unix Date & Time})


That did the trick! Thanks for coming to my rescue yet again, Kamille! :slightly_smiling_face: