Help

Re: How do i match the the name of today's date (e.g. Monday) with another field

Solved
Jump to Solution
375 0
cancel
Showing results for 
Search instead for 
Did you mean: 
William_Pyke
4 - Data Explorer
4 - Data Explorer

Good day, Airtable Community,
I have a base that looks like this,

image

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?

1 Solution

Accepted Solutions
augmented
10 - Mercury
10 - Mercury

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!

See Solution in Thread

1 Reply 1
augmented
10 - Mercury
10 - Mercury

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!