Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Who-HOO. That's way simpler than the places I was going! Thanks!
"Bob Phillips" wrote in message ... =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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
time sheet drop down lists | Excel Discussion (Misc queries) | |||
Calculate the time an employee signed in and out plus rate per hr | Excel Discussion (Misc queries) | |||
HOW DO I CALCULATE TIME IN A TIME SHEET FOR EXCEL | New Users to Excel | |||
Calculate time | Excel Discussion (Misc queries) | |||
Calculate between two time formats | Excel Worksheet Functions |