Hi Everyone,
I have a formula that I'd like to write but i either get #value ! or 0 for the answer but 0 is not the correct answer.
This data is on a separate spread sheet.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Date[/TD]
[TD]Shift[/TD]
[TD]Reason[/TD]
[TD]Time[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]08/26/18[/TD]
[TD]2[/TD]
[TD]Washing[/TD]
[TD]1:00[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]08/26/18[/TD]
[TD]2[/TD]
[TD]Washing[/TD]
[TD]1:00[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]08/26/18[/TD]
[TD]2[/TD]
[TD]Washing[/TD]
[TD]4:00[/TD]
[/TR]
</tbody>[/TABLE]
I need to know how much time was spent washing on 2nd shift on 08/26/18 with sumproduct formula.
Current formula is =SUMPRODUCT(OTHER SPREAD SHEET!$A:$A=$F$1)*(OTHER SPREAD SHEET$B:$B=$I$1)*(OTHER SPREAD SHEET $E:$E=A44)*OTHER SPREAD SHEET!$F:$F
$F$1 = DATE
$I$1 = SHIFT
A44 = REASON
$F:$F = Time down for.
I know i can't use sumif because both spread sheets are rarely open at the same time. Thank you in advance.
I have a formula that I'd like to write but i either get #value ! or 0 for the answer but 0 is not the correct answer.
This data is on a separate spread sheet.
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Date[/TD]
[TD]Shift[/TD]
[TD]Reason[/TD]
[TD]Time[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]08/26/18[/TD]
[TD]2[/TD]
[TD]Washing[/TD]
[TD]1:00[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]08/26/18[/TD]
[TD]2[/TD]
[TD]Washing[/TD]
[TD]1:00[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]08/26/18[/TD]
[TD]2[/TD]
[TD]Washing[/TD]
[TD]4:00[/TD]
[/TR]
</tbody>[/TABLE]
I need to know how much time was spent washing on 2nd shift on 08/26/18 with sumproduct formula.
Current formula is =SUMPRODUCT(OTHER SPREAD SHEET!$A:$A=$F$1)*(OTHER SPREAD SHEET$B:$B=$I$1)*(OTHER SPREAD SHEET $E:$E=A44)*OTHER SPREAD SHEET!$F:$F
$F$1 = DATE
$I$1 = SHIFT
A44 = REASON
$F:$F = Time down for.
I know i can't use sumif because both spread sheets are rarely open at the same time. Thank you in advance.