Is it possible to calculate date from given date plus i.e. 18 months?
G Gary''s Student Apr 21, 2009 #3 =DATE(YEAR(A1),MONTH(A1)+18,DAY(A1)) Just be really careful if end month does not have enough days.
I Idoia Apr 21, 2009 #4 There's a specific formula for this in excel =EDATE(A1,18) This way you don't have the different-days-in-month problem
There's a specific formula for this in excel =EDATE(A1,18) This way you don't have the different-days-in-month problem
R Roger Govier Apr 21, 2009 #5 That's absolutely correct, but you must have the Analysis Toolpak loaded, if using versions below XL2007 Tools>Addins>Analysis Toolpak Some companies prohibit the use of Addins on their systems.
That's absolutely correct, but you must have the Analysis Toolpak loaded, if using versions below XL2007 Tools>Addins>Analysis Toolpak Some companies prohibit the use of Addins on their systems.