S
Steve Conway
thanks for your responses:
Each column heading is the "named range"
Col A Col B Col C Col D
program type revclass amount
2207 revenues taxes 100
2207 expenses salary 200
2300 revenues interest300
2300 expenses benefits400
2207 revenues taxes 500
Below was the formula I used, I have never used sumproduct
before-where did I go wrong??
=SUMPRODUCT(program="2207")*(type="revenues")*
(revclass="taxes")*(amount)
Based on responses to my original question about
conditional summing, I got an
error message of #VALUE, above is my data using named
ranges.
thanks again everyone!!
#VALUE
I am trying to get the answer of tax revenue in program
2207 =$600
Each column heading is the "named range"
Col A Col B Col C Col D
program type revclass amount
2207 revenues taxes 100
2207 expenses salary 200
2300 revenues interest300
2300 expenses benefits400
2207 revenues taxes 500
Below was the formula I used, I have never used sumproduct
before-where did I go wrong??
=SUMPRODUCT(program="2207")*(type="revenues")*
(revclass="taxes")*(amount)
Based on responses to my original question about
conditional summing, I got an
error message of #VALUE, above is my data using named
ranges.
thanks again everyone!!
#VALUE
I am trying to get the answer of tax revenue in program
2207 =$600