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
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