![]() |
Creating an exact time display
Hi Pref
See http://www.cpearson.com/excel/datedif.htm -- Regards Ron de Bruin http://www.rondebruin.nl "Pref" wrote in message ... Hello Somebody,, I could use some help with this one. I'm trying to create a formula using MS Excel because several persons will be using this file, and they should have this software on their machines. OK, let's say that I wanted to determine the exact age of an individual that has died. I want everything figured in,,, like leap years and such. I would like to enter two dates; their birth date and their date of death. and I would like a date that formats something like one of the following: 49 "Years" & 72 "Days" or like this: 49 "Years", 3 "Months" & 17 "Days" Would appreciate any help along this line if I can get someone that's up for the challenge..... Thanks in advance for your help, Jeffrey Thomas |
Creating an exact time display
=DATEDIF(A1,TODAY(),"y")&" years "&DATEDIF(A1,TODAY(),"ym")&" months
"&DATEDIF(A1,TODAY(),"md")&" days" -- HTH Bob Phillips (replace somewhere in email address with googlemail if mailing direct) "Pref" wrote in message ... Hello Somebody,, I could use some help with this one. I'm trying to create a formula using MS Excel because several persons will be using this file, and they should have this software on their machines. OK, let's say that I wanted to determine the exact age of an individual that has died. I want everything figured in,,, like leap years and such. I would like to enter two dates; their birth date and their date of death. and I would like a date that formats something like one of the following: 49 "Years" & 72 "Days" or like this: 49 "Years", 3 "Months" & 17 "Days" Would appreciate any help along this line if I can get someone that's up for the challenge..... Thanks in advance for your help, Jeffrey Thomas |
Creating an exact time display
I would like to thank both parties that answered my post... I recieved
exactly what I needed... Thanks again.. "Bob Phillips" wrote: =DATEDIF(A1,TODAY(),"y")&" years "&DATEDIF(A1,TODAY(),"ym")&" months "&DATEDIF(A1,TODAY(),"md")&" days" -- HTH Bob Phillips (replace somewhere in email address with googlemail if mailing direct) "Pref" wrote in message ... Hello Somebody,, I could use some help with this one. I'm trying to create a formula using MS Excel because several persons will be using this file, and they should have this software on their machines. OK, let's say that I wanted to determine the exact age of an individual that has died. I want everything figured in,,, like leap years and such. I would like to enter two dates; their birth date and their date of death. and I would like a date that formats something like one of the following: 49 "Years" & 72 "Days" or like this: 49 "Years", 3 "Months" & 17 "Days" Would appreciate any help along this line if I can get someone that's up for the challenge..... Thanks in advance for your help, Jeffrey Thomas |
All times are GMT +1. The time now is 01:57 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com