ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Another Average non-adjacent cells question... (https://www.excelbanter.com/excel-discussion-misc-queries/68650-another-average-non-adjacent-cells-question.html)

[email protected]

Another Average non-adjacent cells question...
 
I have two non-adjacent cells that I want to average but throw out one
of the numbers if one of them is zero...I used this and it works fine
with adjacent cells but stumped on getting it to work with two
non-adjacent cells. My cells are F3 and K3.

=AVERAGE(IF(B2:C2<0,B2:C2," "))
CTRL+SHIFT+ENTER

Thanks for any help I get on this...


Biff

Another Average non-adjacent cells question...
 
Hi!

One way:

=IF(COUNT(F3,K3)<1,"",SUM(F3,K3)/SUMPRODUCT(--(MOD(COLUMN(F3:K3),5)=1),--(F3:K30)))

Biff

wrote in message
ups.com...
I have two non-adjacent cells that I want to average but throw out one
of the numbers if one of them is zero...I used this and it works fine
with adjacent cells but stumped on getting it to work with two
non-adjacent cells. My cells are F3 and K3.

=AVERAGE(IF(B2:C2<0,B2:C2," "))
CTRL+SHIFT+ENTER

Thanks for any help I get on this...




[email protected]

Another Average non-adjacent cells question...
 

Biff wrote:
Hi!

One way:

=IF(COUNT(F3,K3)<1,"",SUM(F3,K3)/SUMPRODUCT(--(MOD(COLUMN(F3:K3),5)=1),--(F3:K30)))

Biff

wrote in message
ups.com...
I have two non-adjacent cells that I want to average but throw out one
of the numbers if one of them is zero...I used this and it works fine
with adjacent cells but stumped on getting it to work with two
non-adjacent cells. My cells are F3 and K3.

=AVERAGE(IF(B2:C2<0,B2:C2," "))
CTRL+SHIFT+ENTER

Thanks for any help I get on this...


Thanks that worked!



All times are GMT +1. The time now is 08:02 AM.

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