View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Is there a way to get an AVG date?

You may want to INT it

=INT(AVERAGE(rng))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Jim Thomlinson" wrote in message
...
You can just use the average function. Dates are ultimately just stored as
long integers so the average works just fine...
--
HTH...

Jim Thomlinson


"mikeb" wrote:

Is there a way to calculate the average date for a # of dates? thanks!