View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Is there a way to get an AVG date?

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!