![]() |
Excel functions
What function should I use to calculate the age of a person?
|
Excel functions
Assumes DOB is in A1
=DATEDIF(A1,TODAY(),"Y") & " Years, " & DATEDIF(A1,TODAY(),"YM") & " Months, " & DATEDIF(A1,TODAY(),"MD") & " Days" "Rodica" wrote: What function should I use to calculate the age of a person? |
Excel functions
On Feb 1, 2:47 pm, Mike wrote:
Assumes DOB is in A1 =DATEDIF(A1,TODAY(),"Y") & " Years, " & DATEDIF(A1,TODAY(),"YM") & " Months, " & DATEDIF(A1,TODAY(),"MD") & " Days" "Rodica" wrote: What function should I use to calculate the age of a person?- Hide quoted text - - Show quoted text - =DATEDIF(A1,TODAY(),"Y")&" Years, "&DATEDIF(A1,TODAY(),"YM")&" Months" |
All times are GMT +1. The time now is 10:30 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com