Good afternoon people.
I am trying to create a function which selects a range (ie. a1:a10) which has integers 1-100. Some of the cells contain 0 and I want to total the cell amounts that are > 0 and count how many cells do not contain 0. I am trying to create an average for example 10 cells 5 have 0s and 5 do not. The values in the 5 cells are 10, 20, 30, 40, and 50. The number of cells is 5 and the average of the 5 cells is: 30. Any suggestions? I need this to work for multiple columns A,B,C,D, etc. this is where I am getting hung up. Thank you, DAVE
I am trying to create a function which selects a range (ie. a1:a10) which has integers 1-100. Some of the cells contain 0 and I want to total the cell amounts that are > 0 and count how many cells do not contain 0. I am trying to create an average for example 10 cells 5 have 0s and 5 do not. The values in the 5 cells are 10, 20, 30, 40, and 50. The number of cells is 5 and the average of the 5 cells is: 30. Any suggestions? I need this to work for multiple columns A,B,C,D, etc. this is where I am getting hung up. Thank you, DAVE