All,
I have a sum if function
=SUM(IF(ISNUMBER('Line 4'!$D$4:$D$44903),IF(INT('Line 4'!$D$4:$D$44903)=INT('Line 4 calc Sheet'!B3),'Line 4'!$K$4:$K$44703<"95")))/60
So the first part is looking up a date and comparing the date.
The part not working is
'Line 4'!$K$4:$K$44703<"95")))/60
Ever time I run this, it returns 0
I am also hitting Ctrl Shift Enter not just enter.
Please help
=SUM(IF(ISNUMBER('Line 4'!$D$4:$D$44903),IF(INT('Line 4'!$D$4:$D$44903)=INT('Line 4 calc Sheet'!B3),--('Line 4'!$K$4:$K$44703<"95"))))/60
I have a sum if function
=SUM(IF(ISNUMBER('Line 4'!$D$4:$D$44903),IF(INT('Line 4'!$D$4:$D$44903)=INT('Line 4 calc Sheet'!B3),'Line 4'!$K$4:$K$44703<"95")))/60
So the first part is looking up a date and comparing the date.
The part not working is
'Line 4'!$K$4:$K$44703<"95")))/60
Ever time I run this, it returns 0
I am also hitting Ctrl Shift Enter not just enter.
Please help
=SUM(IF(ISNUMBER('Line 4'!$D$4:$D$44903),IF(INT('Line 4'!$D$4:$D$44903)=INT('Line 4 calc Sheet'!B3),--('Line 4'!$K$4:$K$44703<"95"))))/60
Last edited: