Hi all,
I have this formula IF(date={today()},TRUE(),FALSE())
when…
As you can see the column today() = true()
doesn’t mark as true() even though they are the same.
thanks in advance
Hi all,
I have this formula IF(date={today()},TRUE(),FALSE())
when…
As you can see the column today() = true()
doesn’t mark as true() even though they are the same.
thanks in advance
Hi @Sebastian_Castro, I can’t seem to replicate this, check out my attempt here in a readonly base: Base
Could you replicate this on a new base (so that there’s no private data on it) and share it so I could help you take a look at it?
When working with dates, I recommend using date functions for comparison. In this case, I recommend using something like
IS_SAME({date}, TODAY(), 'day')
You may also have timezone issues.
@Sebastian_Castro Yeap, I was thinking you’d duplicate the base into your own workspace, actually.
I’ve given you permissions for the base linked above, so you should be able to access the formulas now!
This topic was solved and automatically closed 15 days after the last reply. New replies are no longer allowed.