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","B13)
2nd try =SUMPRODUCT(--(A1:A3="x"),B13)
3rd try =SUMPRODUT((A1:A3="x")*(B1:B3+C1:C3+D13))
Any advice???
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","B13)
2nd try =SUMPRODUCT(--(A1:A3="x"),B13)
3rd try =SUMPRODUT((A1:A3="x")*(B1:B3+C1:C3+D13))
Any advice???