Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am attempting to find the difference between two dates (in terms of days,
months, and years) but I always get an additional month added on. Why? And how can I fix? For instance, if I want to find the difference between 1/1/2010 and 2/1/2010; it returns 2/0/0 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have a look at Chip Pearson's explanation of DATEDIF
=DATEDIF(A1,B1,"y")&" years "&DATEDIF(A1,B1,"ym")&" months "&DATEDIF(A1,B1,"md") &" days" http://www.cpearson.com/EXCEL/datedif.aspx be careful ewith this because it can throw up some odd results and if you search this forum you'll discover what they are -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "threee11" wrote: I am attempting to find the difference between two dates (in terms of days, months, and years) but I always get an additional month added on. Why? And how can I fix? For instance, if I want to find the difference between 1/1/2010 and 2/1/2010; it returns 2/0/0 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
=DATEDIF(D5,E5,"y")&" years "&DATEDIF(D5,E5,"ym")&" months "&DATEDIF(D5,E5,"md")&" days" "threee11" wrote: I am attempting to find the difference between two dates (in terms of days, months, and years) but I always get an additional month added on. Why? And how can I fix? For instance, if I want to find the difference between 1/1/2010 and 2/1/2010; it returns 2/0/0 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtracting Dates to Find the Difference in Hours | Excel Worksheet Functions | |||
Difference of two dates | Excel Discussion (Misc queries) | |||
difference between dates | Excel Discussion (Misc queries) | |||
Formula to find the working days difference between to dates? | Excel Discussion (Misc queries) | |||
how do i put formula to find difference between two dates | New Users to Excel |