Hi All,
I require a formula to Sum the total amount of parts produced within a certain date range for the specified product. My problem is that the data range spans what effectively is multiple tables.
In the example below I can easily do this for a single shift using a Sumproduct formula, but how can I make the formula work so it searches over multiple days/shifts?
=SUMPRODUCT(((S4<=D1:E1)*(T4>=D1:E1))*(D6:E8=N4)*E6:E8)
Any help would be greatly appreciated, I have spent a few days looking for a solution but to no avail.
Thanks
I require a formula to Sum the total amount of parts produced within a certain date range for the specified product. My problem is that the data range spans what effectively is multiple tables.
In the example below I can easily do this for a single shift using a Sumproduct formula, but how can I make the formula work so it searches over multiple days/shifts?
=SUMPRODUCT(((S4<=D1:E1)*(T4>=D1:E1))*(D6:E8=N4)*E6:E8)
Any help would be greatly appreciated, I have spent a few days looking for a solution but to no avail.
Thanks