#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Date Formula

Trying to figure out the formula for the date in an amorization schedule.

Such as: 6/1/2008 then 7/1/2008

Any help is appreciated. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Date Formula

You could put the first date in A1 (say) and use this formula in B1:

=date(year(a1),month(a1)+1,1)

to get the first day of the next month.



Lynn H. wrote:

Trying to figure out the formula for the date in an amorization schedule.

Such as: 6/1/2008 then 7/1/2008

Any help is appreciated. Thanks.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 171
Default Date Formula

If the first date is in cell A2 and you know it's the 1st day of a month,
then =A2+32-day(A2+31) should get you the 1st day of the next month. If you
put that formula in cell A3, you could just autofill down.

"Lynn H." wrote:

Trying to figure out the formula for the date in an amorization schedule.

Such as: 6/1/2008 then 7/1/2008

Any help is appreciated. Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Date Formula



If 6/1/2008 is in A1, enter the following in A2:
=EOMONTH(A1,0)+1
Copy it to suit the number of amortization periods. The result will always
be the first of the next month.

"Lynn H." wrote:

Trying to figure out the formula for the date in an amorization schedule.

Such as: 6/1/2008 then 7/1/2008

Any help is appreciated. Thanks.

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
Create a formula in a date range to locate a specific date - ecel util Excel Discussion (Misc queries) 0 February 19th 07 03:03 PM
Excel Formula to calulate number of days passed from date to date K. Mack Excel Discussion (Misc queries) 8 January 4th 07 11:27 PM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Worksheet Functions 2 April 21st 06 02:50 AM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Discussion (Misc queries) 1 April 20th 06 10:03 PM
Date formula: return Quarter and Fiscal Year of a date Rob Excel Discussion (Misc queries) 7 May 11th 05 08:48 PM


All times are GMT +1. The time now is 07:55 PM.

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

About Us

"It's about Microsoft Excel"