Forum Discussion
AustinK
6 years agoQrew Commander
As Mark said you may need to flip the formula around because if the first line "[Proposal Received 2B Alight]<=[PWO Proposal Due Date]" is true it will always be Yes in the box even if the second condition changes.
Which dates are changing and what are you expecting to happen when it changes?
Which dates are changing and what are you expecting to happen when it changes?
TerriWells
6 years agoQrew Trainee
Below is what the formula currently looks like:
If([Proposal Received 2B Alight]<=[PWO Proposal Due Date],"Yes",
Today()<[PWO Proposal Due Date]and IsNull([Proposal Received 2B Alight]),"Yes","No")
I'm seeing two problems:
- When the "PWO Proposal Due Date" is originally filled in, the "Proposal Received 2B Alight" field will always be null
- So, when that field eventually gets completed, I need to determine if the CR was Late or On Time.
- The other issue I have is human error, if they enter a date incorrectly that field will never get updated.
If I flip the formula, do you think that might fix the issue?
Any suggestions would be helpful.
Thanks,
Terri Wells
------Original Message------
As Mark said you may need to flip the formula around because if the first line "[Proposal Received 2B Alight]<=[PWO Proposal Due Date]" is true it will always be Yes in the box even if the second condition changes.
Which dates are changing and what are you expecting to happen when it changes?