SUMIF-with 2 conditions, need to add range in 2 columns

  • Thread starter Thread starter nursemlb
  • Start date Start date
N

nursemlb

Column a
Column b
Column c
Column d

If column d = "specific" and column a = "mary", would like to add columns b
and c

Please help!
 
Hi

Try this:

=SUMPRODUCT(--(A1:A6="mary"),--(D1:D6="specific"),B1:B6+C1:C6)


If this helps please check the yes button.
 
Back
Top