Age with mont in decimal

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please can someone help me.

I need formula to get age and month

I use the following, but get (example 53 0 instead of 53.0)

=DATEDIF(H22,(L22),"y")&" "&DATEDIF(H22,(L22),"ym")&" "
 
Try this

=ROUND(DATEDIF(H22,(L22),"y")+(DATEDIF(H22,(L22),"ym")/12),2)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top