News

To calculate the age, the DATEDIF function, set to check year, determines the number of years between the date in the DOB cell and the current date.
Can I calculate age in Excel without Datedif? You can calculate age in Excel without using the DATEDIF function by using the following formula: =INT ( (TODAY ()-birthdate)/365.25) ...