Calculate Age in Excel - Excel Formulas

Calculate Age in Excel - Excel Formulas

瀏覽:1020
日期:2025-11-16
Jon Wittwer said... =DATEDIF(birthdate,date,"m") will return the total number of months. The following will return the difference in the form "X years Y months": =DATEDIF(birthdate,date,"y") & " years " & DATEDIF(birthdate,date,"m")-12*DATEDIF(birthdate,d...看更多