SharonNeville
9 years agoQrew Trainee
Comparing two workdates to return the latest date.
I have a project management app that uses predecessors. There are two possible outcomes in my workflow where I want to compare two different task completion dates and use the highest as the project finish date.
I created two summary fields based on my two possible task completion dates (work dates). Then I created a formula date field to show the result of the comparison. I was trying to use the MAX function:
MAX([summary date 1],[summary date 2])
I am getting a syntax error, and I have had no luck rearranging the components of the formula. Has anyone else used MAX on work dates?
I created two summary fields based on my two possible task completion dates (work dates). Then I created a formula date field to show the result of the comparison. I was trying to use the MAX function:
MAX([summary date 1],[summary date 2])
I am getting a syntax error, and I have had no luck rearranging the components of the formula. Has anyone else used MAX on work dates?