Is it possible to average part of a row, but to not count the values of zero in the average? Meaning if I have values of 0,2,3,0,4,0,2; to count everything but the three zeros in the average. The reason I say part of the row is that the average column for those rows is in the same row, so i couldn't select the whole row. Not sure if that makes a difference or not. Thanks for the help!