View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sandy Mann Sandy Mann is offline
external usenet poster
 
Posts: 2,345
Default if with or condition

Try:

=SUMIF(A1:A30,"="&TIME(0,5,))-SUMIF(A1:A30,""&TIME(0,10,))

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Hassan" wrote in message
...
Dear All,

i have the series of time in coloumn. I want to sum only that times
duration
which are less then 10 min. or more then 5 min. all other will be count as
zero.

Thanks & regards