Hi guys,
I’m trying to make a format rule so that the text highlights green if the deadline is further away than 2 weeks from today. The formula I’m using is DATE([Fecha de finalización]) > DATE(TODAY()+15) but still it doesn’t work.
Thanks for the help!
@AlejandroCamacho
Are your columns Date or DateTime type?
Hello @AlejandroCamacho
Yes they are what? Are they DATE type or DATETIME type? Which one?
Levent, there is only one column and is DATE type.
AlejandroCamacho:
DATE([Fecha de finalización]) > DATE(TODAY()+15)
Assuming that your Date column is [Fecha de finalizacion], than below expression will be more than enough to make the evaluation:
[Fecha de finalización] > TODAY() + 15
As your column is already a Date type, you don’t need to wrap your expression with DATE(…)
1 Like
Thanks Levent, but I already tried that, it does not work. What else do you think it might be?
Lynn
May 20, 2019, 3:45am
8
Hi @AlejandroCamacho Do you have a screenshot of your format rule page?
1 Like
Hi Lynn and Levent, I had a mistake in the date… so do not worry, the formula Levent made works fine. Thank you so much!
2 Likes