ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   dates (https://www.excelbanter.com/new-users-excel/263009-dates.html)

KRK

dates
 
hello,

How do I add 1 calendar month to a date, regardless of the number of days in
the month?

Thanks

KK


John[_22_]

dates
 
Hi
Maybe this : =DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))
Change A1 for your needs.
HTH
John
"KRK" wrote in message
...
hello,

How do I add 1 calendar month to a date, regardless of the number of days in
the month?

Thanks

KK



Joe User[_2_]

dates
 
"KRK" wrote:
How do I add 1 calendar month to a date, regardless
of the number of days in the month?


Depends on what you want for "one month after Jan 31", for example.

For most purposes, the preferred answer is Feb 28 (or 29 in leap years). In
that case, use EDATE(A1,1). If you get a #NAME error, see the Help page for
EDATE.

If Mar 2 (or 3) is acceptable, use DATE(YEAR(A1),1+MONTH(A1),DAY(A1)).


Ron Rosenfeld

dates
 
On Tue, 4 May 2010 12:50:44 +0100, "KRK"
wrote:

hello,

How do I add 1 calendar month to a date, regardless of the number of days in
the month?

Thanks

KK


Depends on what you mean.

What is Jan 31 + 1 month? in your specifications?

If the answer is Feb 28, then:

=MIN(DATE(YEAR(A1),MONTH(A1)+1+{1,0},DAY(A1)*{0,1} ))

or

=edate(a1,1)

If the answer is Mar 3, then:

=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))

--ron

KRK

dates - Thanks
 
Hello & thanks, this has worked fine

KK


"KRK" wrote in message
...
hello,

How do I add 1 calendar month to a date, regardless of the number of days
in the month?

Thanks

KK




All times are GMT +1. The time now is 02:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com