Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a large table of arrival date_times. For each arrival event, I would
like to calculate the number of arrival events in the preceding x hour/s. Any help much appreciated |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your arrival times are in column A1:A999 and the delay (x hours) in
F1, enter the following formula into C1:C999: =SUMPRODUCT(--(A2<(A$2:A2+$F$1))) See example: http://cjoint.com/?dfiLqKFLBc HTH -- AP "ER_Andy" a écrit dans le message de ... I have a large table of arrival date_times. For each arrival event, I would like to calculate the number of arrival events in the preceding x hour/s. Any help much appreciated |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Oooops:
enter the following formula into C2:C999 (example is right) -- AP "Ardus Petus" a écrit dans le message de ... Assuming your arrival times are in column A1:A999 and the delay (x hours) in F1, enter the following formula into C1:C999: =SUMPRODUCT(--(A2<(A$2:A2+$F$1))) See example: http://cjoint.com/?dfiLqKFLBc HTH -- AP "ER_Andy" a écrit dans le message de ... I have a large table of arrival date_times. For each arrival event, I would like to calculate the number of arrival events in the preceding x hour/s. Any help much appreciated |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert time from 60 minute hour to 100 minute hour | Excel Discussion (Misc queries) | |||
Convert decimal hour into time format? | Excel Discussion (Misc queries) | |||
Running Excel events even in edit mode.... | Excel Discussion (Misc queries) | |||
Round Time with Conditions | Charts and Charting in Excel | |||
How can I round an hour to the nearest 1/4 hour? | Excel Worksheet Functions |