Date question

Z

Ziggy

Is there a simple formula that will give the difference between two
dates in MONTHS?

Today() - (6-1-2003) = MONTHS
 
Z

Ziggy

Try this...

A1 = 6/1/2003

=DATEDIF(A1,NOW(),"m")

--
Biff
Microsoft Excel MVP







- Show quoted text -



Thanks it worked great.

I ended up using the YEARFRAC though as a better solution for my
needs,

But thank you very much.
 
T

T. Valko

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


Try this...

A1 = 6/1/2003

=DATEDIF(A1,NOW(),"m")

--
Biff
Microsoft Excel MVP







- Show quoted text -



Thanks it worked great.

I ended up using the YEARFRAC though as a better solution for my
needs,

But thank you very much.
 

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