View Single Post
  #3   Report Post  
gatwickxx
 
Posts: n/a
Default


Assuming that the times are Excel numbers rather than text strings you
could use a formula along the lines of:

IF(End Time Cell - Start Time Cell < TIME(0,0,30),1,0)

Copy this down and cases where less than 30 seconds ar taken show a 1
in this column. You can autofilter based on this result to exclude the
cases taking less than 30 seconds.


--
gatwickxx
------------------------------------------------------------------------
gatwickxx's Profile: http://www.excelforum.com/member.php...o&userid=15613
View this thread: http://www.excelforum.com/showthread...hreadid=274767