Sumif Function

  • Thread starter Thread starter hbroussard
  • Start date Start date
H

hbroussard

Trying to use the sumif function to sum multiple columns using criteria in a
seperate column. See below.

1 2 15
1 1 16
2 3 15

Tried using sumif(c1:c3,15,a1:b3) and this did not work. If the column C
equals "15" then I need to sum both columns A and B. Any help would be
appreciated.
 
Back
Top