Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
heater
 
Posts: n/a
Default Add one month to the previuos month

I am setting up an amortization table and want to add one month to the
previous month:

Ex: b9 has the start date 12/1/04
b15 needs to be the next month Jan 05
b16 Feb 05 and so on for 10 years

The problem comes in 2007 (must be a leap year) it skips a month and
throughs the whole thing off.


  #2   Report Post  
Dave O
 
Posts: n/a
Default

Try this formula in B15: =EOMONTH(B9,0)+1

.... and then this one in B16: =EOMONTH(B15,0)+1

You may need to format these as dates. The EOMONTH() formula
determines the last day of the month; adding one yields the next day,
or the first day of the next month.

  #3   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Heater,

In B15, enter the formula

=DATE(YEAR($B$9),MONTH($B$9)+ROW()-14,1)

And fill down as far as you need.

HTH,
Bernie
MS Excel MVP

"heater" wrote in message
...
I am setting up an amortization table and want to add one month to the
previous month:

Ex: b9 has the start date 12/1/04
b15 needs to be the next month Jan 05
b16 Feb 05 and so on for 10 years

The problem comes in 2007 (must be a leap year) it skips a month and
throughs the whole thing off.




  #4   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi

You could enter 1/1/05 in B15 then right click on the fill handle at the
bottom right of the cell and drag down for the range required.
When you release the right mouse button, choose Fill Months.

--
Regards
Roger Govier
"heater" wrote in message
...
I am setting up an amortization table and want to add one month to the
previous month:

Ex: b9 has the start date 12/1/04
b15 needs to be the next month Jan 05
b16 Feb 05 and so on for 10 years

The problem comes in 2007 (must be a leap year) it skips a month and
throughs the whole thing off.




  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Wed, 9 Feb 2005 10:19:03 -0800, heater
wrote:

The problem comes in 2007 (must be a leap year) it skips a month and
throughs the whole thing off.


How are you doing this?

By the way, 2007 cannot be a leap year.

--ron


  #6   Report Post  
Fred Smith
 
Posts: n/a
Default

And one more formula, which I use because it's more intuitive to me:

=date(year(b9),month(b9)+1,day(b9))



--
Regards,
Fred
Please reply to newsgroup, not e-mail


"heater" wrote in message
...
I am setting up an amortization table and want to add one month to the
previous month:

Ex: b9 has the start date 12/1/04
b15 needs to be the next month Jan 05
b16 Feb 05 and so on for 10 years

The problem comes in 2007 (must be a leap year) it skips a month and
throughs the whole thing off.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Month Year Date Format Jamie Excel Worksheet Functions 2 February 7th 05 06:43 PM
Accounting Month vs. Calendar Month JN Excel Worksheet Functions 4 January 31st 05 08:09 PM
UserForm to select current month or earlier Steve Excel Discussion (Misc queries) 2 January 21st 05 09:41 PM
How to extract month number from month name PM Excel Discussion (Misc queries) 2 January 19th 05 03:07 PM
PivotTable - Count by Month Gigi Excel Worksheet Functions 3 January 1st 05 12:30 PM


All times are GMT +1. The time now is 12:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"