I created a worksheet where there are two dates:
AppDate
ActionDate
I need to calculate a new ActionDate
that is 30 days after the earlier of the AppDate
or ActionDate
that is input.
For example, I have an AppDate
of 10/30/13 and an ActionDate
of 11/1/13. I need to calculate off of the 10/30/13 date to create the new action date (25 days out) and the 30 days from date.
The first app and action dates may be the same or may be different.
Is there a way to do this?