ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   value based on count (equation question) (https://www.excelbanter.com/excel-discussion-misc-queries/205496-value-based-count-equation-question.html)

noahwallach

value based on count (equation question)
 
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


Mike H

value based on count (equation question)
 
Hi,

To count values 0 in a range try this
=COUNTIF(A1:A5,"0")

I don't understand what your trying to achieve with the formula

=sum(a1+a2+a3+a4+a5/x)

Mike

"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


Billy Liddel

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



All times are GMT +1. The time now is 12:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com