SUMIF multiple criteria

  • Thread starter Thread starter Zia
  • Start date Start date
Z

Zia

Hi,
I have two columns A and B. A column has Account # and B column has amounts
A B
10 100
11 200
10 300
13 400
14 500
11 600
Now I want to sum column B if value in column A is either equal to 10 OR 11?
so the formula in the above example should return 1200.
Thanks in advance
 
Back
Top