Quote Originally Posted by thisandthat View Post
=SUMIF(A:A,"A",B:C)
The sum range B:C has to be a single column.

You could do like this...

=SUMIF(A:A,"A",B:B)+SUMIF(A:A,"A",C:C)