Thanks for your explanation.
"JE McGimpsey" <(E-Mail Removed)> a écrit dans le message de news:
jemcgimpsey-(E-Mail Removed)...
Whether semi-colons or commas are used as separators is a function of
the application language (semi-colons are typically used in European
languages).
The problem is that DATEDIF() uses the length of the first month to
determine what a "month" is.
This problem (with variations of the given example) has been discussed
here many, many times.
Because "month" is a fuzzy concept, there's simply no definition of
"month" that will allow both algorithmically consistent, and generally
acceptable, results without including this kind of anomaly.
In article <u$(E-Mail Removed)>,
"ker_01" <(E-Mail Removed)> wrote:
> I believe the syntax uses commas, rather than semicolons? try the following:
> =DATEDIF(A1,A2,"MD")
>
> HTH,
> Keith
>
> "MichDenis" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi,
> >
> > Does someone have an explanation ?
> >
> > 2 Dates in 2 cells
> > A1 = 01/31/2008
> > A2 = 03/01/2009
> >
> > With this formula : =DATEDIF(A1;A2;"md")
> > The answer = -1
> >
> > With this 2 dates :
> > A1 = 01/30/2008
> > A2 = 03/01/2009
> > With this formula : =DATEDIF(A1;A2;"md")
> > The answer = 0
> >
> > Is it really a bug ?
> >
> > Thank for your participation.
> >
> >