I need to calculate an average conditioned over a range that can contain empty cells or the empty strings ("").
The formula AVERAGEIF like AVERAGE ignore the empty cells. The formula AVERAGE, has an 'alter ego' that converts text cells to 0 value: AVERAGEA
I haven't found a formula that joins AVERAGEIF with AVERAGEA. Anyone have an idea to resolve the problem and treat empty cells as 0?