0% found this document useful (0 votes)
44 views1 page

DATEDIF (J2, TODAY ,"Y") & " Years, " & DATEDIF (J2, TODAY ,"YM") & " Months, " & DATEDIF (J2, TODAY ,"MD") & " Days"

This formula calculates the time elapsed between a date in cell J2 and today's date in years, months, and days by using the DATEDIF function to get the difference in years, months, and days between the two dates and concatenating them into a single string.

Uploaded by

PriyanshuMehta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views1 page

DATEDIF (J2, TODAY ,"Y") & " Years, " & DATEDIF (J2, TODAY ,"YM") & " Months, " & DATEDIF (J2, TODAY ,"MD") & " Days"

This formula calculates the time elapsed between a date in cell J2 and today's date in years, months, and days by using the DATEDIF function to get the difference in years, months, and days between the two dates and concatenating them into a single string.

Uploaded by

PriyanshuMehta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

=DATEDIF(J2,TODAY(),"Y") & " Years, " & DATEDIF(J2,TODAY(),"YM") & " Months, " &

DATEDIF(J2,TODAY(),"MD") & " Days"

You might also like