eti3nne
MIS
- Feb 5, 2004
- 102
I have the following data:
A1:Limit B1:Time c1:Value D1:Factor
A2:5:51 4:07 46 0
4:22 66 1
A4:total 4:37 86 1
A5: ?370 4:52 103 1
5:07 115 1
5:22 124 0
5:37 131 0
5:52 135 1
6:07 137 1
6:22 138 1
6:37 137 1
6:52 135 1
7:07 131 0
7:22 126 0
7:37 120 0
7:52 114 1
8:07 106 1
I enter a 'time limit eg 5:52 and need the 'total' of 'value' up to that 'time', but only if Factor is 1.
I currently have :
'total' = SUMIF($B2:$b18,"<=" & A2,c2:c18)....
.....but how do I include column D (Factor) in a formula to achieve my aim? (Total should be 370)
Any ideas? Thanks for looking.
A1:Limit B1:Time c1:Value D1:Factor
A2:5:51 4:07 46 0
4:22 66 1
A4:total 4:37 86 1
A5: ?370 4:52 103 1
5:07 115 1
5:22 124 0
5:37 131 0
5:52 135 1
6:07 137 1
6:22 138 1
6:37 137 1
6:52 135 1
7:07 131 0
7:22 126 0
7:37 120 0
7:52 114 1
8:07 106 1
I enter a 'time limit eg 5:52 and need the 'total' of 'value' up to that 'time', but only if Factor is 1.
I currently have :
'total' = SUMIF($B2:$b18,"<=" & A2,c2:c18)....
.....but how do I include column D (Factor) in a formula to achieve my aim? (Total should be 370)
Any ideas? Thanks for looking.