Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In worksheet 1, column A I have a long list (350K rows) of dates and times
of an event (namely when an ambulance goes enroute to the hospital..) In worksheet 2 (8K rows) I have data from hospitals with times they are unable to accept ambulances with column A (start date/time) and column B (stop date/time) My goal is this: In a new column (column B, worksheet 1) I need a formula that creates a flag for every transport in worksheet 1 that occurs during any time between Columns A and B in worksheet 2. I can use "if" statements to analyse one row but I can't figure out how to compare multiple rows...I'm using Excel 2007 for windows. thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I'm not clear on you question, with 8000 rows on sheet2 each with a different time? what are your time increments? 24*60 = 1440. Are you tracking at the 10 second interval? Also since you have a start and an end time which interval do you want reflected in sheet1, the start or the end? Say it starts at 8:01 AM and ends at 11:37 AM (long ride) that would be about 800 time slots it could fall into. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "daveg" wrote: In worksheet 1, column A I have a long list (350K rows) of dates and times of an event (namely when an ambulance goes enroute to the hospital..) In worksheet 2 (8K rows) I have data from hospitals with times they are unable to accept ambulances with column A (start date/time) and column B (stop date/time) My goal is this: In a new column (column B, worksheet 1) I need a formula that creates a flag for every transport in worksheet 1 that occurs during any time between Columns A and B in worksheet 2. I can use "if" statements to analyse one row but I can't figure out how to compare multiple rows...I'm using Excel 2007 for windows. thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can excel count concurrent events given start and end times ? | Excel Discussion (Misc queries) | |||
How do i create a set of worksheets indvidual events to a master | Excel Discussion (Misc queries) | |||
Compare times : IF time < time2 then | Excel Worksheet Functions | |||
How do I compare two times to see if one is "late" or "on time"? | Excel Worksheet Functions | |||
Compare Times | Excel Worksheet Functions |