98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » How to work out someone's age on excel
How to work out someone's age on excel
Resolved · Medium Priority · Version 2016
Niamh has attended:
Excel Intermediate course
How to work out someone's age on excel
Hello! I am trying to work out a person's age on excel. The DATEDIF function is not displaying and when I try (X - X / 365) I am not getting any results. Please can you advise on a formula. Also is the format of date (28-DEC-95) is correct for the formula - this how the data was provided to me.
Thank you.
RE: How to work out someone's age on excel
Hi Niamh,
Thank you for the forum question and the nice feedback after the course and the nice Trustpilot review.
I am happy the course was useful.
To calculate age the Datedif function is very useful.
=Datedif(Start date, End date, "y")
"y" in the third argument if you want the result in years.
If you have the date of birth (28-DEC-95) in A2 and the =today() function in A1 the function should look like this:
=Datedif(A2,A1,"y")
You will need to check if Excel understand your date format (28-DEC-95). If the date is right aligned in the cell, you are fine and the Datedif function will work. If the date is left aligned, you cannot do it, before you have changed the date to a format Excel understands as a date format.
Kind regards
Jens Bonde
Microsoft Office Specialist Trainer
Tel: 0207 987 3777
STL - https://www.stl-training.co.uk
98%+ recommend us
London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector
Fri 17 Mar 2023: Automatically marked as resolved.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Creating a range of monthly payments as textYou could use a formula to create a range of payment ie. payment amount for x% to y% rate with fixed terms and principle. |