Hi everyone,
I had a quick question about the using the average function. I am trying to write a formula that averages cell G6:G53. The numbers, in those cells, are based off an average of their own. My issue is that when those cells are blank, they return an error of #DIV/0!. I know that means excel is trying to divide by 0 and it can't. I want excel to ignore that error and only average the cells that have a value greater than 0.
I've tried Average (G6:G53)
AverageIF(G6:G53,"<>0")
AverageIF(G6:G53,"<>")
Unfortunately, all those options are returning #DIV/0!.
Does anyone have a formula that will only average the cell values greater than 0?
Thanks,
Chris