I have a 28 numbers, and every day in the month of February a new number will be added to the list. All the cells that haven't been filled in yet are zero (so at the start of the month the whole column was 28 zeroes). I'm looking for a method that will take the mean average of this range of cells but ignore any zero values.
Is there a way of specifying a range that meets a certain condition, in this case being greater than zero, so I don't have to manually change the range on which the average is calculated every day?
I'm looking for a formula only.