age of a person

tony.reynolds

Board Regular
Joined
Jul 8, 2010
Messages
97
What id like to do is to display the age of a person like 23Years 6Months in column D,

Date of births are in column C

Simple no doubt but im stuck..
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
try this

=DATEDIF(C1,TODAY(),"y")&" Years "&DATEDIF(C1,TODAY(),"ym")&" Months"
 
Upvote 0
Just note that TODAY() is a volatile function. That's why I suggested putting that function just once in a single cell and referring all the formulas to that cell.
 
Upvote 0
Dear Peter_SSs,

Thanks for the suggestion. Further i have observed that many of the users are not looking at the all the answers. they are just going to the last one and trying the same. if it works out they are acknowledging that only.

anand varma
 
Upvote 0

Forum statistics

Threads
1,216,191
Messages
6,129,424
Members
449,509
Latest member
ajbooisen

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top