Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
How to set a formula to count the number of month between two dates?
example: Jan 5,2009 to Feb 4, 2009 = 1 month Feb 5, 2009 to Apr 6, 2009 = 3 month (round up) |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
=DATEDIF(A2,B2+1,"m")+(DATEDIF(A2,B2+1,"md")0)
-- David Biddulph "David" wrote in message ... How to set a formula to count the number of month between two dates? example: Jan 5,2009 to Feb 4, 2009 = 1 month Feb 5, 2009 to Apr 6, 2009 = 3 month (round up) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count month when date is in day/month/year format | Excel Worksheet Functions | |||
How to count in month? | Excel Worksheet Functions | |||
Count Week Of Month | Excel Worksheet Functions | |||
Count By Month | Excel Discussion (Misc queries) | |||
count by month | Excel Worksheet Functions |