Alright, I need help combining two formulas.
What we need is to subtotal a range based on a criteria and we need that subtotal to change when the range is filtered.
We have two formulas that work seperately but we need to combine them into one.
=SUBTOTAL(9,Summary!H3:H39)
=SUMIF(Summary!F3:F39,B35,Summary!H3:H39)
B35 = The name we're trying reference
Column F is the column that would hold that name
Column H has the values we want to sum
What we need is to subtotal a range based on a criteria and we need that subtotal to change when the range is filtered.
We have two formulas that work seperately but we need to combine them into one.
=SUBTOTAL(9,Summary!H3:H39)
=SUMIF(Summary!F3:F39,B35,Summary!H3:H39)
B35 = The name we're trying reference
Column F is the column that would hold that name
Column H has the values we want to sum