How to calculate a date: first day of the month after 60 days
Hello Claudia,
Do you really intend different treatment of let's say 2-Feb-2008 and 2-
July-2007?
Compare Rick's formula with this one:
=DATE(YEAR(A1+60),MONTH(A1)+3-(DAY(A1)=1),1)
Input Rick's output Mine
2-July-2007 1-September-2007 1-October-2007
2-Feb-2008 1-May-2008 1-May-2008
It's just to understand you correctly.
Regards,
Bernd
|