View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Billy Liddel Billy Liddel is offline
external usenet poster
 
Posts: 527
Default value based on count (equation question)

Maybe:
=SUM(A2:A6)/COUNTIF(A2:A6,"0")

Peter

"noahwallach" wrote:

Hi there,

I am trying to figure out how to do the following equation. So I have 4
numbers in a range that are greater than 0. so the equation is something
like =sum(a1+a2+a3+a4+a5/x). since there are four numbers greater than 0
then x=4.

What I'd like to be able to figure out is if I change the value in a4 to 0
then I would like the value x decreases by 1 to the value of 3. And if I
place a number that is greater than 0 in cell a5 then x increases by one to
the value of 5.

I am wondering how I can perform the above equation?

Cheers,

Noah