At the bottom of the Table I am trying to Average the columns. But I would like to ignore the zeros as well and I need this to work when filtering.
So basically I would like to combine these two formulas to get what I want.
=SUBTOTAL(101,[Column 13])
=AVERAGE(IF(L6:L94>0,L6:L94))
Thank you!
Bookmarks