Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a formula in a date range to locate a specific date - ecel | Excel Discussion (Misc queries) | |||
Excel Formula to calulate number of days passed from date to date | Excel Discussion (Misc queries) | |||
Formula for determining if two date columns fall within specific date range | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Discussion (Misc queries) | |||
Date formula: return Quarter and Fiscal Year of a date | Excel Discussion (Misc queries) |