Downtime mesurement

CI Dan

New Member
Joined
Oct 6, 2017
Messages
8
Hi all,

thank you for looking in to this.

I have crated a formula to count downtime min from ('Master Data'!X column) when downtime category from B29 equal to range 'Master Data'!W column (see below).

=SUMIF('Master Data'!$X$3:$X$4519,"*"&'Data (by date)'!B29&"*",'Master Data'!$W$3:$W$4519)

This formula works fine but I want to add another argument what is too complicated for me. I have a date range column of each downtime ('Master Data'!$AS$3:$AS$4519) and I would like my formula to only sum values if date range is between dates from C3 (start date) and C4 (end date).

Thanks for your help in advance

Dan
 

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.
Use SUMIFS or if your ver. of Excel doesn't have this function then SUMPRODUCT.
See example below.
Excel Workbook
ABCDEF
1DateCategoryDTCategoryCat1
211/1/2017Cat10:20Start Date11/1/2017
311/2/2017Cat20:30End Date11/22/2017
411/3/2017Cat31:20
511/4/2017Cat10:15DT =0:35
611/5/2017Cat50:12
711/6/2017Cat60:220:35
812/5/2017Cat10:05
912/6/2017Cat10:14
Sheet
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,580
Members
449,039
Latest member
Arbind kumar

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