Forum Discussion
jeffr6596
1 year agoFrequent Visitor
Problems with date calculation
I have a column for "Date Submitted" and a calculated column for "Due Date". the Due Date column is calculated for -45 days from a third column "Implementation Date". My calculated column is workin...
- 1 year ago
ON TIME = IF(DATEVALUE([Date Submitted]) <= [Due Date], "On Time", "Late")
lbendlin
1 year agoSuper User
ON TIME = IF(DATEVALUE([Date Submitted]) <= [Due Date], "On Time", "Late")