[SUMIFS] Counting number of occurrence within a time period

nocturne

New Member
Joined
Feb 27, 2019
Messages
6
Data

[TABLE="width: 433"]
<colgroup><col span="3"><col></colgroup><tbody>[TR]
[TD] [/TD]
[TD="align: center"]START[/TD]
[TD="align: center"]END[/TD]
[TD="align: center"]VEHICLES REQUIRED[/TD]
[/TR]
[TR]
[TD="align: center"]JOB 1[/TD]
[TD="align: center"]1:00[/TD]
[TD="align: center"]2:10[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]JOB 2[/TD]
[TD="align: center"]1:00[/TD]
[TD="align: center"]2:10[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD="align: center"]JOB 3[/TD]
[TD="align: center"]0:55[/TD]
[TD="align: center"]2:05[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]JOB 4[/TD]
[TD="align: center"]0:35[/TD]
[TD="align: center"]1:45[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]JOB 5[/TD]
[TD="align: center"]0:25[/TD]
[TD="align: center"]1:35[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]JOB 6[/TD]
[TD="align: center"]0:20[/TD]
[TD="align: center"]1:30[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD="align: center"]JOB 7[/TD]
[TD="align: center"]0:00[/TD]
[TD="align: center"]1:10[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Required end product (Sheet2)

How many vehicles required at any given time?

[TABLE="width: 540"]
<colgroup><col><col><col span="10"></colgroup><tbody>[TR]
[TD] [/TD]
[TD="align: right"]0:00[/TD]
[TD="align: right"]0:01[/TD]
[TD="align: right"]0:02[/TD]
[TD="align: right"]0:03[/TD]
[TD="align: right"]0:04[/TD]
[TD="align: right"]0:05[/TD]
[TD="align: right"]0:20[/TD]
[TD="align: right"]0:25[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD]Vehicles required[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]5[/TD]
[TD="align: right"]

[/TD]
[TD="align: right"]

[/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]

Formula

=SUMIFS(D2:D8,B2:B8,'"<"&Sheet2!B1,C2:C8,">="&Sheet2!C1)

I cant quite get the right results. I hope i am making some sense. Appreciate the help.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
you were almost there


Book1
ABCDEFGHI
1STARTENDVEHICLES REQUIRED
2JOB 101:0002:102
3JOB 201:0002:103
4JOB 300:5502:052
5JOB 400:3501:452
6JOB 500:2501:352
7JOB 600:2001:302
8JOB 700:0001:101
9
10
1100:0000:0100:0200:0300:0400:0500:2000:25
12Vehicles required11111135
Sheet3
Cell Formulas
RangeFormula
B12=SUMIFS($D$2:$D$8,$B$2:$B$8,"<="&B$11,$C$2:$C$8,">="&B$11)
 
Upvote 0
Thanks Alan. An extension of this query, i am unable to count if the time goes before Midnight.

you were almost there

ABCDEFGHI
STARTENDVEHICLES REQUIRED
JOB 1
JOB 2
JOB 3
JOB 4

<colgroup><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="align: right"][/TD]

[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]2[/TD]

[TD="align: right"]23:35[/TD]
[TD="align: right"]00:10[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]3[/TD]

[TD="align: right"]23:55[/TD]
[TD="align: right"]01:10[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]4[/TD]

[TD="align: right"]00:10[/TD]
[TD="align: right"]02:05[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]5[/TD]

[TD="align: right"]00:20[/TD]
[TD="align: right"]01:45[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]6[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

</tbody>
Sheet3

[TABLE="width: 987"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 975"]
<thead>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]B12[/TH]
[TD]=SUMIFS($D$2:$D$8,$B$2:$B$8,"<="&B$11,$C$2:$C$8,">="&B$11)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]

Based on above data, using the same formula. It doesnt return a value of 5 for 00:00 till 00:09. It has probably got to do something with the time range. Please assist, thanks.
 
Upvote 0
Re-posting for clarity. Based on below data, using the same formula. It doesnt return a value of 5 for 00:00 but returns a value of 2 for 00:10. It has probably got to do something with the time range. Please assist, thanks.

[TABLE="class: cms_table"]
<tbody>[TR]
[TH="align: center"]A[/TH]
[TH="align: center"]B[/TH]
[TH="align: center"]C[/TH]
[TH="align: center"]D[/TH]
[TH="align: center"]E[/TH]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: right"][/TD]
[TD]START[/TD]
[TD]END[/TD]
[TD]VEHICLES REQUIRED[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]JOB 1[/TD]
[TD="align: right"]23:35[/TD]
[TD="align: right"]00:10[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]JOB 2[/TD]
[TD="align: right"]23:55[/TD]
[TD="align: right"]01:10[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD]JOB 3[/TD]
[TD="align: right"]00:10[/TD]
[TD="align: right"]02:05[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD]JOB 4[/TD]
[TD="align: right"]00:20[/TD]
[TD="align: right"]01:45[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]



[TABLE="class: cms_table, width: 987"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="class: cms_table, width: 975"]
<tbody>[TR]
[TH="align: center"]Cell[/TH]
[TH="align: center"]Formula[/TH]
[/TR]
[TR]
[TH="align: center"]B12[/TH]
[TD]=SUMIFS($D$2:$D$8,$B$2:$B$8,"<="&B$11,$C$2:$C$8,">="&B$11)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
well, as time only, no date for the calculations excel wouldn't know if the time is started the day before.
one way to work around it is to add an helper column, as in F


Book1
ABCDE
1STARTENDVEHICLES REQUIRED
2JOB 123:3500:102-0.017
3JOB 223:5501:103-0.003
4JOB 300:1002:0520.007
5JOB 400:2001:4520.014
6JOB 5
7JOB 6
8JOB 7
9
10
1100:1000:20
12Vehicles required54
Sheet1
Cell Formulas
RangeFormula
E2=IF(B2>C2,B2-1,B2)
B12=SUMIFS($D$2:$D$8,$E$2:$E$8,"<"&B$11,$C$2:$C$8,">="&B$11)
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,244
Members
452,622
Latest member
Laura_PinksBTHFT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top