Computing.Net > Forums > Office Software > Excel forumula to add a month

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Excel forumula to add a month

Reply to Message Icon

Name: blah020122
Date: January 28, 2007 at 15:28:45 Pacific
OS: OS X
CPU/Ram: Intel Core Duo 1.5 GB
Product: Apple Mac Mini
Comment:

There is a thread in this forum describing how to add 30 days to a month in Excel.  It is pretty easy.  (If the date is in A1, then "=A1+30" is 30 days later.)

What if, instead of adding 30 days, I want to add one
month?   I haven't been able to figure out how to do that.




Sponsored Link
Ads by Google

Response Number 1
Name: Bryco
Date: January 29, 2007 at 03:26:15 Pacific
Reply:

Not sure of how you would apply such a formula but I also do not see how Excel could know which month you want to add.

Similarly the months, by name, are simply text so: 1/1/07+February=?
Apple+Table=?

Excel, being a calculator, can only calculate numbers and not text.

Perhaps, if you could explain what you are wanting to do with this then perhaps an answer/solution could be presented.

Bryan


0

Response Number 2
Name: Michael J (by mjdamato)
Date: January 29, 2007 at 11:03:00 Pacific
Reply:

You will need to break the date down to its parts (day, month, year). Then add 1 to the month value and then recreate the date using the new parts. If the month is december (12) and you add 1 to it (13), Excel will handle it correctly and jump to the next year.

Assuming the cell A1 contains the data that you want to add 1 month to, the formula would be:

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

Michael J


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Excel forumula to add a month

Excel forumula to add 30 days www.computing.net/answers/office/excel-forumula-to-add-30-days/5501.html

Click to add points in Excel www.computing.net/answers/office/click-to-add-points-in-excel/9153.html

Add a relative formula to existing www.computing.net/answers/office/add-a-relative-formula-to-existing/4769.html