Hi.
I am trying to format a cell if the entered date is < TODAY().
This basically works. But it throws an error on empty cells, as the date can’t be compared. This changes the call format to an “error format”
Can this be prevented?
Curernt formula I tried:
AND(NOT(ISNA($Warnung_ab)) , $Warnung_ab < TODAY())