how to convert 12/10/1970 to years/months/days

B

Bob Phillips

Maybe you mean

=DATEDIF(A1,TODAY(),"Y")&" years, "&DATEDIF(A1,TODAY(),"YM")&" months,
"&DATEDIF(A1,TODAY(),"MD")&" days"

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
R

Rookie 1st class

Custom format in helper cell
yyyy/mm/dd
="cell address" in helper cell
Hth
Lou
 

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

Top