Sum based on a specific cell and time range

pmw1980

New Member
Joined
Apr 2, 2017
Messages
5
Hello ALL

any help would be great

Mini Report Tab
in E3

i would like a formula to work out the amount of parts that has been built between a time of 06:30 - 14:30. but specific for the part numbers that appears in in column A
 
Last edited by a moderator:

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
This one drove me nuts for a while when I ran into it the other day.

=SUMIFS(SUM_RANGE,CRITERIA_RANGE_1,CRITERIA1,CRITERIA_RANGE_2,">="&CRITERIA2,CRITERIA3_RANGE,"<="&CRITERIA3)

in your case

criteria1 = part number
criteria 2 = 6:30 (I put mine into a cell so I would not have to modify the formula)
criteria 3 = 14:30 (same on reference cell)

HTH,

Jon
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,182
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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