B
Brian Thomson
I currently have a table that is imported from Access and
I wish to carry out some analysis on this. I have read
the forums and SUMPRODUCT seems to be the answer. My
problem is that I have three conditions in the formula
working fine but when I add a 4th it always seems to
return no result.
The formula I have that works is:
=SUMPRODUCT(('[data.xls]Monday'!$C$2:$C$12=B8)*
('[data.xls]Monday'!$AE$2:$AE$12=$C$5)*('[data.xls]
Monday'!$I$2:$I$12))
However, when I add another condition it seems to fail
=SUMPRODUCT(('[data.xls]Monday'!$C$2:$C$12=B8)*
('[data.xls]Monday'!$AE$2:$AE$12=$C$5)*('[data.xls]
Monday'!$AE$2:$AE$12="TRUE")*('[data.xls]Monday'!
$I$2:$I$12))
Is this enough info for anyone to help me???
Thanks
Brian
I wish to carry out some analysis on this. I have read
the forums and SUMPRODUCT seems to be the answer. My
problem is that I have three conditions in the formula
working fine but when I add a 4th it always seems to
return no result.
The formula I have that works is:
=SUMPRODUCT(('[data.xls]Monday'!$C$2:$C$12=B8)*
('[data.xls]Monday'!$AE$2:$AE$12=$C$5)*('[data.xls]
Monday'!$I$2:$I$12))
However, when I add another condition it seems to fail
=SUMPRODUCT(('[data.xls]Monday'!$C$2:$C$12=B8)*
('[data.xls]Monday'!$AE$2:$AE$12=$C$5)*('[data.xls]
Monday'!$AE$2:$AE$12="TRUE")*('[data.xls]Monday'!
$I$2:$I$12))
Is this enough info for anyone to help me???
Thanks
Brian