I am trying to do an average formula, where I need to eliminate any cells that hold a zero, so I am doing =sum(data range)/countif(data range,">0"). Easy formula... but the problem is that my range holds columns that are non-adjacent. They skip every other column where my data holds.
How do I allow the formula to work?
How do I allow the formula to work?