I am trying to figure out how to calculate an if statement using dates.
A2 = promised date
B2 = completion date
C2 = status
If the completion date is before the promise date then the status should equal = "on time"
If the completion date is after the promise date then the status should equal = "late"
if the completion date is blank the status should equal = "late"
Thanks for your help in advance
A2 = promised date
B2 = completion date
C2 = status
If the completion date is before the promise date then the status should equal = "on time"
If the completion date is after the promise date then the status should equal = "late"
if the completion date is blank the status should equal = "late"
Thanks for your help in advance