Forum Discussion
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
- Vijay_A_VermaMost Valuable Professional
Please post some sample data as well as results expected.
- AnonymousNot 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_VermaMost Valuable Professional
So will following formula do?
=[creation date]<=[approval date]
This will show False if creation date > approval date otherwise True.