Nadine said:
Sum all the amounts in column E if Col A=1
AND Col B=No.
First you say you want to sum column D; now you say column E. But really,
what difference does it make?
Try:
=sumproduct((A1:A100=1)*(B1:B100="no"),E1:E100)
If the issue is: you want to write A:A, B:B and E:E instead of explicit
ranges like A1:A100, B1:B100 and E1:E100, well, you cannot in Excel 2003. (I
believe someone has said you can in Excel 2007.)
If would still like to avoid explicit ranges (e.g. A1:A100), please
articulate that fact.
If that is not the issue, and if the above SUMPRODUCT does not work for you,
please explain why not. A concrete example might help.
----- original message -----