Forum Discussion

DaniSingam's avatar
DaniSingam
Copper Contributor
Feb 11, 2021
Solved

If deadline date has passed then enter Overdue, but if the deadline date is blank then leave blank

Hi everyone,   I have a set of deadlines in column C, and a "Deadline Ticker" in column D.    I have two sets of formulas: =IF(C:C<TODAY(),"OVERDUE"," ") - so if the deadline date in column C ha...
  • HansVogelaar's avatar
    Feb 11, 2021

    DaniSingam 

    For example:

    =IF(AND(C:C<>"",C:C<TODAY()),"OVERDUE","")

Resources