Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a formula that looks at dates and calculates the number of full months
from one date to the next. Can anyone help with this? Thanks - Teri |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Teri,
http://www.cpearson.com/excel/datedif.htm -- Kind regards, Niek Otten "Teri" wrote in message ... I need a formula that looks at dates and calculates the number of full months from one date to the next. Can anyone help with this? Thanks - Teri |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you, this helps alot. It gets me closer to what I am trying to
accomplish, however, it would be ideal if there were a formula that calculates only the full calendar months from one date to the next. I'm trying to create a vesting schedule based on full calendar months, do you know of another function that we be helpful? Thanks, again - Teri "Niek Otten" wrote: Hi Teri, http://www.cpearson.com/excel/datedif.htm -- Kind regards, Niek Otten "Teri" wrote in message ... I need a formula that looks at dates and calculates the number of full months from one date to the next. Can anyone help with this? Thanks - Teri |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wed, 8 Mar 2006 13:49:27 -0800, Teri wrote:
Thank you, this helps alot. It gets me closer to what I am trying to accomplish, however, it would be ideal if there were a formula that calculates only the full calendar months from one date to the next. I'm trying to create a vesting schedule based on full calendar months, do you know of another function that we be helpful? Thanks, again - Teri With your earlier date in A1, and your later date in A2, this formula should give you what you describe: =DATEDIF(IF(DAY(A1)=1,A1,A1-DAY(A1)+ 33-DAY(A1-DAY(A1)+32)),IF(DAY(A2)=1, A2,A2+1-DAY(A2)),"m") --ron |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=DATEDIF(Date1,Date2,"m")
Prerequisite: Date1 <= Date2 Teri wrote: I need a formula that looks at dates and calculates the number of full months from one date to the next. Can anyone help with this? Thanks - Teri |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you - this is helpful.
Teri "Aladin Akyurek" wrote: =DATEDIF(Date1,Date2,"m") Prerequisite: Date1 <= Date2 Teri wrote: I need a formula that looks at dates and calculates the number of full months from one date to the next. Can anyone help with this? Thanks - Teri |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match then lookup | Excel Worksheet Functions | |||
Formula to determine number of Standard Deviations based on % of population | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Looking for function or formula to calculate number that is revers | Excel Worksheet Functions | |||
How do I replace a negative number at the end of a formula with a. | Excel Discussion (Misc queries) |