T
TJSea
I'm running Excel 2003 and am having trouble with what I thought should be a
relatively simple formula. Given a matching criteria in column A, I'd like
to sum columns B
. I've taken a stab at it with the following formulas, but
they all return "#Value"
1st try =SUMIF(A1:A3="x","B1
3)
2nd try =SUMPRODUCT(--(A1:A3="x"),B1
3)
3rd try =SUMPRODUT((A1:A3="x")*(B1:B3+C1:C3+D1
3))
Any advice???
relatively simple formula. Given a matching criteria in column A, I'd like
to sum columns B
they all return "#Value"
1st try =SUMIF(A1:A3="x","B1
2nd try =SUMPRODUCT(--(A1:A3="x"),B1
3rd try =SUMPRODUT((A1:A3="x")*(B1:B3+C1:C3+D1
Any advice???