View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 380
Default Calculate time within time

=MIN($B$1,B2)-MAX($A$1,A2)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Frigid" wrote in message
t...
Hi there,

Is there a formula that will calculate time within time? For example in

A1
& B1 I have:

11:00- 11:30

In A2 and B2 I have:

10:55 - 11:05. I want to return the number of minutes of this that is
within the times on row 1 (five).

Thanks in advance!