Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try adding all the From dates and all the To dates and then use datedif against
that: =datedif(sum(q18:t18);sum(q19:t19);"y") & .... I'm not sure how big those sums have to be before =datedif() breaks, though. Delya wrote: Hi, I need to calculate work experience in years ,months, days. I did a formula =DATEDIF(Q18;Q19;"y")&" years "&DATEDIF(Q18;Q19;"ym")&" months "&DATEDIF(Q18;Q19;"md")& "days", where Q18 is 03.09.2007 and Q19 is 05.07.2008. I got a result 0 years 10 months and 2 days. I now want to add up several such results in order to have total years , months and days, how can i do it? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating Years and Months Between Dates | Excel Discussion (Misc queries) | |||
Summarizing Dates into Months and Years | Excel Discussion (Misc queries) | |||
Dates - Months & Years | Excel Worksheet Functions | |||
how do i sort dates by months and not years? | New Users to Excel | |||
How do I display months and years between two dates | Excel Discussion (Misc queries) |