Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
i have members birth dates in Exel an whant to display them diffrently
at present they are like this 10/8/1943, 1/3/1943. would like them to look like 62yrs 15days |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try something like this:
Where A1 contains the birthdate... B1: =DATEDIF(A1,TODAY(),"y")& "Yrs "&DATEDIF(A1,TODAY(),"yd")&" Days" For documentation on the DATEDIF function see Chip Pearson's site: http://www.cpearson.com/excel/datedif.htm Does that help? *********** Regards, Ron "doctor who golf" wrote: i have members birth dates in Exel an whant to display them diffrently at present they are like this 10/8/1943, 1/3/1943. would like them to look like 62yrs 15days |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Hours and overtime by week | Excel Worksheet Functions | |||
Spreadsheet Won't Calculate | Excel Discussion (Misc queries) | |||
How can I calculate Vacation Time earned based on length of emplo. | Excel Discussion (Misc queries) | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
Not able to calculate. | Excel Worksheet Functions |