All,
I am trying to do a sum if by the hour and all I can get with dummy data is by the day. Any one know if I can do this? Equation I am using is
=SUM(IF(ISNUMBER('Line 5'!$C$5:$C$44903),IF(INT('Line 5'!$C$5:$C$44903)=INT(B9),--(('Line 5'!$K$5:$K$44703>220)+('Line 5'!$L$5:$L$44703>220)+('Line 5'!$M$5:$M$44703>220)+('Line 5'!$N$5:$N$44703>220)>0)*('Line 5'!$J$5:$J$44703=1))/60*60))
Line 5 C is dates by the min
B9 is a date with an hour time stamp
all other are numbers.
Also, if you know what I need to change to get rid of my 60*60 in there that would be great, it gets mad when I delete it. I am sure I am missing a ( or , just don't know.
I am trying to do a sum if by the hour and all I can get with dummy data is by the day. Any one know if I can do this? Equation I am using is
=SUM(IF(ISNUMBER('Line 5'!$C$5:$C$44903),IF(INT('Line 5'!$C$5:$C$44903)=INT(B9),--(('Line 5'!$K$5:$K$44703>220)+('Line 5'!$L$5:$L$44703>220)+('Line 5'!$M$5:$M$44703>220)+('Line 5'!$N$5:$N$44703>220)>0)*('Line 5'!$J$5:$J$44703=1))/60*60))
Line 5 C is dates by the min
B9 is a date with an hour time stamp
all other are numbers.
Also, if you know what I need to change to get rid of my 60*60 in there that would be great, it gets mad when I delete it. I am sure I am missing a ( or , just don't know.