Dates in different formats

G

GARY

How do I compute the number of months between a date in the mm/dd/ccyy
format (such as 03/12/2002) and a date in the Julian date format (such
as 2009341)?
 
D

David Biddulph

If the dates are in A1 and B1 respectively, the formula is
=DATEDIF(A1,DATE(LEFT(B1,4),1,0)+RIGHT(B1,3),"m")
 

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