Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to calculate calendarmonths between two dates eg finish date (A2)31
Mar 2006, start date (A1)1 Oct 2005. The answer wanted is 6 months. I am currently using =ROUNDUP((A2-A1)/30,0). However not every month is 30 days, and in this example the formula answer is 7. 2 Oct 2005 would give the right answer. Similarly, 31 Jan 2006 would return 2, whereas I want it to return 3 (ie three calendar months within the date period). How can I enter the formula which will recognise what I am trying to do. Regards |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() try the datedif function =DATEDIF(A1,B1,"m") -- davesexcel ------------------------------------------------------------------------ davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708 View this thread: http://www.excelforum.com/showthread...hreadid=541356 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Dave,
DATEDIF gives the months difference, I want the months inclusive. I think I will be able to use this function though with a bit of manipulation unless you have another answer. Incidentally, as a function I cannot bring up "DATEDIF" on my help screens. "davesexcel" wrote: try the datedif function =DATEDIF(A1,B1,"m") -- davesexcel ------------------------------------------------------------------------ davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708 View this thread: http://www.excelforum.com/showthread...hreadid=541356 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() pkeegs Wrote: Thanks Dave, DATEDIF gives the months difference, I want the months inclusive. I think I will be able to use this function though with a bit of manipulation unless you have another answer. Incidentally, as a function I cannot bring up "DATEDIF" on my help screens. [/color] Either can I, it seems to be one of those secret functions -- davesexcel ------------------------------------------------------------------------ davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708 View this thread: http://www.excelforum.com/showthread...hreadid=541356 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have Walkenbach's Excel 2003 Bible right in front of me. He mentions
the lack of references to it in the last few versions of the Excel. Apparently the function has its origins in Lotus123 and is still there for compatability reasons. No idea why they still don't want to mention it in the online help. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My simple answer to have the inclusive number of months is to add 1 at the
end of the formula and it is working well, hence =DATEDIF(A1,B1,"m")+1 Thanks & regards (Interesting about the lack of help on the function) "davesexcel" wrote: try the datedif function =DATEDIF(A1,B1,"m") -- davesexcel ------------------------------------------------------------------------ davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708 View this thread: http://www.excelforum.com/showthread...hreadid=541356 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is the formula for calculating the number of months passed? | Excel Worksheet Functions | |||
Calculating by individual months of the year | Excel Discussion (Misc queries) | |||
Calculating an Activities During Periods Of Natural Months and/or Dates | Excel Worksheet Functions | |||
Calculating Dates in Terms of Months | Excel Worksheet Functions | |||
calculating number of months from today | Excel Worksheet Functions |