Do we have any expression which can pickup the dates/days before the start date. I’m creating a format rule which highlight the color on data and I want to highlight 5 days before today() date ! Need Help in setting this up.
Thanks Heru, the expression you sent I have tied already and it works but I’m looking for some expression which only highlight the value or [start date] when the [start date] is approaching 5 days before today().
With the expression [Start Date]>=(TODAY()-5) it should only highlight the dates which are 5 days back instead it is highlighting all the dates which are lesser then today().