Format Rule Date Greater Than

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!

Solved Solved
0 8 1,009
1 ACCEPTED SOLUTION

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(…)

View solution in original post

8 REPLIES 8

@AlejandroCamacho
Are your columns Date or DateTime type?

HI Levent,

Yes they are.

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.

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(…)

Thanks Levent, but I already tried that, it does not work. What else do you think it might be?

Hi @AlejandroCamacho Do you have a screenshot of your format rule page?

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!

Top Labels in this Space