Feb 22, 2021 07:59 AM
Good day, Airtable Community,
I have a base that looks like this,
And I would like to create a formula that displays true (or 1) if that day is today, so if today is Monday, all the fields that contain Monday will be 1. But I cannot find any way to do this with the Today() and other date functions. I strongly believe I am missing something.
Can anyone shed some light on this?
Solved! Go to Solution.
Feb 22, 2021 08:15 AM
Hi William. You want DATETIME_FORMAT with ‘dddd’ as the format string. Then just use the IF statement to see if {DayName} is equivalent. Cheers!
Feb 22, 2021 08:15 AM
Hi William. You want DATETIME_FORMAT with ‘dddd’ as the format string. Then just use the IF statement to see if {DayName} is equivalent. Cheers!