Forum Discussion

rituraj851's avatar
rituraj851
Copper Contributor
Sep 17, 2022
Solved

Date Comparison

Hello Everyone,  I am trying to create a logic by comparing the dates. I want to be show the status as "Triggered On Time", "Triggered Late", "Past Due", "To be Triggered" and the logic I am trying ...
  • Harun24HR's avatar
    Sep 18, 2022

    rituraj851 Try following formula. See the attachment.

    =IF(AND(C2="",B2<E2),"Past Due",IF(AND(C2="",B2>=E2),"To be Triggered",IF(AND(C2<>"",C2<=B2),"Triggered On Time",IF(AND(C2<>"",C2>B2),"Triggered Late","Sothething Else"))))

     

Resources