Thread: Averaging
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Steve COR Steve COR is offline
external usenet poster
 
Posts: 13
Default Averaging

I have a spread sheet that counts how many days and hours have past from a
set date and time entered into another field. I would like to show averages
but for some reason I get #DIV/0!. Here is the formula that counts the days
and hours: =INT(NOW()-K18)&" Days, "&ROUND((NOW()-K18-INT(NOW()-K18))*24,0)&"
Hours"
I need to find the average days and hours
thank you for anyhelp in advance, Steve