View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MK MK is offline
external usenet poster
 
Posts: 57
Default date/time question

Hi,
I have a range of dates, representing the times that a file arrives for
processing every day. Does anyone know how I can find the earliest time,
latest time, average time from this range.
Of course, when I select min(...) it gives me the earliest date, not
necessarily the earliest time from the range. I would like to test the data
based purely on the time element, disregarding the date component. I am
using Excel 2002. Thanks.


Regards,


mk