Anniversary...date calculations

  • Thread starter Thread starter Kristin
  • Start date Start date
K

Kristin

I want to work out the number of years, months and days
from a given date to the current date. E.G. how many
YY,MM,DD is it from 29.07.1996 to the current date?

Can anyone help me in writing the formula??
 
About to leave work, so I'll just quickly paste the formula, from Exce
Function Dictionary. (Sorry, can't find the exact link)


="Difference Is"&DATEDIF(C8,TODAY(),"y")&" Years
"&DATEDIF(C8,TODAY(),"ym")&" Months and "&DATEDIF(C8,TODAY(),"md")&
Days"

Replace C8 with your first date, and Today with your second date (o
cell, etc)

Hope it helps

-Bo
 

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

Similar Threads

Calculate Age 2
Calculating How Old Someone Will Be in a certain year 2
Calculating age 1
date 2
next anniversary date 5
Date without true value 5
converting date to text 2
Preserving date format 1

Back
Top