I have two dates that need to be compared. Below is the data;
Person ID Start Date Legal Date
609486 10-23-10 3-25-11
609486 2-1-08 10-25-10
609486 7-16-07 4-6-09
I need to get the next Legal Date (10-25-10) that is greater than the maximum Start Date (10-23-10). I've tried using the minimum function and a formula (Legal Date > Start Date) in a Running Total, but the Running Total comes out as 3-25-11. I can get Maximum Start Date in a Running Total, but don't know a way to use it in formula to get a result for the Legal Date of 10-25-10. Any suggestions would be helpful.
Person ID Start Date Legal Date
609486 10-23-10 3-25-11
609486 2-1-08 10-25-10
609486 7-16-07 4-6-09
I need to get the next Legal Date (10-25-10) that is greater than the maximum Start Date (10-23-10). I've tried using the minimum function and a formula (Legal Date > Start Date) in a Running Total, but the Running Total comes out as 3-25-11. I can get Maximum Start Date in a Running Total, but don't know a way to use it in formula to get a result for the Legal Date of 10-25-10. Any suggestions would be helpful.