Hello,
I have such a problem - I need to compare the dates, namely I want to verify that the start date is consistent with the scheduled date. I want him to return the results: before the deadline, on time, after the deadline, and in addition, if he does not indicate the start date of the task, he verifies whether or not the date is required in relation to today's date. While there is no problem with the first part of the task, the comparison with today's (set) date is a problem. Excel goes crazy when the column it compares to is empty ...

= IF (E47> G47; "before due date"; IF (E47 = G47; "on time"; "late"))
= IF (D48> F48; "before due date"; IF (D48 = F48; "on time"; IF (F48 = "-"; "ATTENTION !!!"; IF (D48 F51; "before due date"; IF (D51 = F51; "on time"; IF (D51
I have such a problem - I need to compare the dates, namely I want to verify that the start date is consistent with the scheduled date. I want him to return the results: before the deadline, on time, after the deadline, and in addition, if he does not indicate the start date of the task, he verifies whether or not the date is required in relation to today's date. While there is no problem with the first part of the task, the comparison with today's (set) date is a problem. Excel goes crazy when the column it compares to is empty ...

= IF (E47> G47; "before due date"; IF (E47 = G47; "on time"; "late"))
= IF (D48> F48; "before due date"; IF (D48 = F48; "on time"; IF (F48 = "-"; "ATTENTION !!!"; IF (D48 F51; "before due date"; IF (D51 = F51; "on time"; IF (D51