I have used the below formula to calculate the age in years in my current spreadsheet form. However, I would like to display the age properly in months IF the person is less than 1 year old.
=ROUNDDOWN((B11-B8)/365,0)
B8 = DOB
B11= current date
The above result returns 0 for the age if someone is less than 1 yr old!
I have searched & tried extensively but cannot get any of the DateIF formulas that I have seen to work.
Any help is appreciated
=ROUNDDOWN((B11-B8)/365,0)
B8 = DOB
B11= current date
The above result returns 0 for the age if someone is less than 1 yr old!
I have searched & tried extensively but cannot get any of the DateIF formulas that I have seen to work.
Any help is appreciated