Thank’s a lot for your quick answer, it’s working !
To finish my process, i have juste another question :
If the date is TODAY, i want to add a result of a column with single select (for exemple column D).
Can i do that ?
Thank’s a lot for your precious help,
Matthieu
Thank’s a lot for your quick answer, it’s working !
To finish my process, i have juste another question :
If the date is TODAY, i want to add a result of a column with single select (for exemple column D).
Can i do that ?
Thank’s a lot for your precious help,
Matthieu
I’m guessing your attempt to mimick the above syntax didn’t work? That’s probably because the value in that single-select field is a string, not a number. So, just wrap the desired target in a VALUE() call to coerce it back. Though if these are all dates you’re dealing with, why not save yourself the trouble and reach into Airtable’s many niche formulae for handling dates? Most notably, the DATETIME_DIFF, DATETIME_PARSE, FROMNOW, TONOW, etc., depending on what exactly you’re trying to do.
Thank’s a lot for your quick answer, it’s working !
To finish my process, i have juste another question :
If the date is TODAY, i want to add a result of a column with single select (for exemple column D).
Can i do that ?
Thank’s a lot for your precious help,
Matthieu
Can you give us a little more information? When you say, “if the date is TODAY”, do you mean the date in {Column A}? Tell us what the values in the single select are, also.
Can you give us a little more information? When you say, “if the date is TODAY”, do you mean the date in {Column A}? Tell us what the values in the single select are, also.
Hi,
Thank’s for your email.
I have a date in a column.
If the day mentionned on this column is today, i want to write “YES” to another column. Is there a formula exist for this ? Thank’s a lot,
Matthieu
Hi,
Thank’s for your email.
I have a date in a column.
If the day mentionned on this column is today, i want to write “YES” to another column. Is there a formula exist for this ? Thank’s a lot,
Matthieu
That sounds like a different question, but pretty easy to do. Replace “date column name” with the name of your column that holds the date.