Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Comparing Dates Based on Weekdays

Dear Team,

 

 

I would like to script a conditional column to assess that this rule applies, no item created in a given week is getting approved on a date that comes after Monday 12:00 PM next week, meaning, that the approval date should never exceed the deadline of Monday 12:00 PM that comes directly following the week were the items got their creation date, any insights please?

5 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Well, I don't know what to post actually, they're just 2 columns here, both of dates, one is for the creation date and the other for the approval dates and all I need to make sure of that the approval dates are not coming after the deadline which is set to be every Monday at 12:00 PM. for each week.

      • Vijay_A_Verma's avatar
        Vijay_A_Verma
        Most Valuable Professional

        So will following formula do?

        =[creation date]<=[approval date]

        This will show False if creation date > approval date otherwise True.