PC Review


Reply
Thread Tools Rate Thread

adding a month

 
 
=?Utf-8?B?Qm9yaXNT?=
Guest
Posts: n/a
 
      10th Sep 2007
what's the simplest formula to add exactly a month to the next cell of a
series? In other words, enter a beginning date, and then have the formula
next to it take that date and add one month. Thanks.

--
Boris
 
Reply With Quote
 
 
 
 
David Biddulph
Guest
Posts: n/a
 
      10th Sep 2007
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))
--
David Biddulph

"BorisS" <(E-Mail Removed)> wrote in message
news75FFCD1-50A1-400D-A73E-(E-Mail Removed)...
> what's the simplest formula to add exactly a month to the next cell of a
> series? In other words, enter a beginning date, and then have the formula
> next to it take that date and add one month. Thanks.
>
> --
> Boris



 
Reply With Quote
 
=?Utf-8?B?TWlrZSBI?=
Guest
Posts: n/a
 
      10th Sep 2007
Maybe:-

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

Mike

"BorisS" wrote:

> what's the simplest formula to add exactly a month to the next cell of a
> series? In other words, enter a beginning date, and then have the formula
> next to it take that date and add one month. Thanks.
>
> --
> Boris

 
Reply With Quote
 
Roger Govier
Guest
Posts: n/a
 
      10th Sep 2007
Hi Boris

If the day of the month in the starting cell is always going to be less
than29, then
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))

If it is always going to be the last day of the month, then use
=DATE(YEAR(A1),MONTH(A1)+2,0)

--
Regards
Roger Govier



"BorisS" <(E-Mail Removed)> wrote in message
news75FFCD1-50A1-400D-A73E-(E-Mail Removed)...
> what's the simplest formula to add exactly a month to the next cell of a
> series? In other words, enter a beginning date, and then have the formula
> next to it take that date and add one month. Thanks.
>
> --
> Boris



 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      10th Sep 2007
To add 1 month, but cater for that month having less days and not
over-spilling,

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

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"BorisS" <(E-Mail Removed)> wrote in message
news75FFCD1-50A1-400D-A73E-(E-Mail Removed)...
> what's the simplest formula to add exactly a month to the next cell of a
> series? In other words, enter a beginning date, and then have the formula
> next to it take that date and add one month. Thanks.
>
> --
> Boris



 
Reply With Quote
 
=?Utf-8?B?S2FydmVy?=
Guest
Posts: n/a
 
      11th Sep 2007
Another method is to use the 'EOMONTH(A1,1)' option?
--
Regards


"BorisS" wrote:

> what's the simplest formula to add exactly a month to the next cell of a
> series? In other words, enter a beginning date, and then have the formula
> next to it take that date and add one month. Thanks.
>
> --
> Boris

 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      11th Sep 2007
The answer to your question is "No". I think you need to look at Excel help
to remind yourself what EOMONTH does. It doesn't do what the OP asked for.
--
David Biddulph

"Karver" <(E-Mail Removed)> wrote in message
news:97A025A9-5597-4917-9845-(E-Mail Removed)...
> Another method is to use the 'EOMONTH(A1,1)' option?


> "BorisS" wrote:
>
>> what's the simplest formula to add exactly a month to the next cell of a
>> series? In other words, enter a beginning date, and then have the
>> formula
>> next to it take that date and add one month. Thanks.
>>
>> --
>> Boris



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
printing Little Current month and Little Next month on Banner when it should little PRIOR month and little Next month. jake_allen10@hotmail.com Microsoft Outlook 0 3rd Nov 2006 07:30 PM
Date arithmetic: adding 1 month to prior end of month date =?Utf-8?B?bWFueG1hbg==?= Microsoft Excel Worksheet Functions 2 14th Jul 2006 09:29 PM
adding 3 entries per month jeremy via OfficeKB.com Microsoft Excel Misc 1 11th Aug 2005 10:23 PM
Adding a month Alex Microsoft Excel Worksheet Functions 2 11th Jan 2005 08:15 PM
Adding Month =?Utf-8?B?QnJ5?= Microsoft Access 2 6th Jan 2004 10:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:48 AM.