Scott Loeb Posted June 18, 2003 Posted June 18, 2003 Ok I hope you understand this question. I have a "due date" for something as a field, and I have a "completed date" field. I want if the due date is < completed date , print LATE. Is that possible?
Vaughan Posted June 18, 2003 Posted June 18, 2003 Yes. Make a calculation field with the following expression: If [ due date < completed date, "LATE", "" ] Make the calculation result text.
Scott Loeb Posted June 18, 2003 Author Posted June 18, 2003 I've tried that but it won't work. I tried it in a script, and I tried doing auto enter calculation. It doesn't seem to be able to use a date as a calculation.
Vaughan Posted June 18, 2003 Posted June 18, 2003 It cannot be a script, nor an auto-enter calculation. It needs to be a calculated field. It it will work. Keep trying. Perhaps your date fields aren't really dates? That is, the field is defined as text, not date. If so, you have to change their data type, then re-enter all the data.
Scott Loeb Posted June 18, 2003 Author Posted June 18, 2003 Thank you so much Vaughan, it finally worked, your a savior!
Recommended Posts
This topic is 7833 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now