I am trying to figure out a formula that will search a column for all cells containg "a" with "b" in the next column of the same row then sum all data where both values are true.
If column1="a" then if column2="b" then sum column3 for all rows matching this criteria.
c1 c2 c3
a b $5
c b $5
a f $5
a b $5
c f $5
result of formula should sum rows:1 and 4 for total of $10
If column1="a" then if column2="b" then sum column3 for all rows matching this criteria.
c1 c2 c3
a b $5
c b $5
a f $5
a b $5
c f $5
result of formula should sum rows:1 and 4 for total of $10