Thread
:
Age with mont in decimal
View Single Post
#
1
UPRAYUP
Posts: n/a
Age with mont in decimal
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")&" "
Reply With Quote