"The average of your posted sample is 134.333. How many months and days would
> that be?"
Is there a way to format it as to equal " 6m 15d" meaning 6months 15 days.
as in this formula.
=DATEDIF(A4,G2,"m")&"m "&DATEDIF(A4,G2,"md")&"d"
"T. Valko" wrote:
> Here's my best guess...
>
> Entered as an array** :
>
> =AVERAGE(A1:A199-A2:A200)
>
> ** array formulas need to be entered using the key combination of
> CTRL,SHIFT,ENTER (not just ENTER)
>
> >is it possible to format C1 to equal.."2 month 3 days"
>
> Not really. How many days are in a month? 28, 29, 30, or 31?
>
> The average of your posted sample is 134.333. How many months and days would
> that be?
>
>
> --
> Biff
> Microsoft Excel MVP
>
>
> "Jman" <(E-Mail Removed)> wrote in message
> news:991A17C6-15CC-4288-A5ED-(E-Mail Removed)...
> > A1:A200
> > 01/07/08
> > 07/07/07
> > 04/23/07
> > 11/30/06
> >
> >
> > C1: I need average days between dates, considering leap years.
> >
> > And is it possible to format C1 to equal.."2 month 3 days"
> > Thanks.
> >
> >
> >
> >
> >
> >
> >
>
>
>
|