Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
my bdate 14-10-1979
to day 06-09-2008 to day my age is 28 year 10 month & 23 days how to calculate in excal 2007 this formate |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try =DATEDIF(BirthDate,TODAY(),"y")&" years
"&DATEDIF(BirthDate,TODAY(),"ym")&" months "&DATEDIF(BirthDate,TODAY(),"md")&" days" For details and source of this go to http://www.cpearson.com/excel/datedif.aspx "shailendra joshi" wrote: my bdate 14-10-1979 to day 06-09-2008 to day my age is 28 year 10 month & 23 days how to calculate in excal 2007 this formate |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
And this can all go pear shaped with an unfortunate combination of dates. Consider a birthday of 31/1/1980 and a calculation done on 1/3/2008 You will find your formula returns 28 years 1 months -1 days Mike "Sheeloo" wrote: Try =DATEDIF(BirthDate,TODAY(),"y")&" years "&DATEDIF(BirthDate,TODAY(),"ym")&" months "&DATEDIF(BirthDate,TODAY(),"md")&" days" For details and source of this go to http://www.cpearson.com/excel/datedif.aspx "shailendra joshi" wrote: my bdate 14-10-1979 to day 06-09-2008 to day my age is 28 year 10 month & 23 days how to calculate in excal 2007 this formate |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I got 28 years 1 months 1 days with the dates you mentioned. "Mike H" wrote: Hi, And this can all go pear shaped with an unfortunate combination of dates. Consider a birthday of 31/1/1980 and a calculation done on 1/3/2008 You will find your formula returns 28 years 1 months -1 days Mike "Sheeloo" wrote: Try =DATEDIF(BirthDate,TODAY(),"y")&" years "&DATEDIF(BirthDate,TODAY(),"ym")&" months "&DATEDIF(BirthDate,TODAY(),"md")&" days" For details and source of this go to http://www.cpearson.com/excel/datedif.aspx "shailendra joshi" wrote: my bdate 14-10-1979 to day 06-09-2008 to day my age is 28 year 10 month & 23 days how to calculate in excal 2007 this formate |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate and display year and month | Excel Worksheet Functions | |||
calculate year and month | Excel Discussion (Misc queries) | |||
Calculate month & year in between two dates | Excel Worksheet Functions | |||
Calculate month & year in between two dates | Excel Worksheet Functions | |||
how to calculate total months from month/year | Excel Discussion (Misc queries) |