Hi
I'm trying to set up a sheet that will show someone's age (in years only) from the date of birth.
I can't make it work correctly when it's close to the birthday.
See sample attached.
Thanks, Paul
Hi
I'm trying to set up a sheet that will show someone's age (in years only) from the date of birth.
I can't make it work correctly when it's close to the birthday.
See sample attached.
Thanks, Paul
maybe datedif like so...
=DATEDIF(G4,G7,"y")
Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
Sam Capricci
Another option:Formula:
=INT(YEARFRAC(G4,G7))
You are Welcome! Thanks for the feedback. Glad to have helped.
You're welcome, glad I could help AND thank you for the rep!
Datedif is an older formula that microsoft keeps active to support older workbooks from Lotus 1-2-3.
https://support.microsoft.com/en-us/...d-8b32a451b35c
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks