ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   sum data (https://www.excelbanter.com/excel-discussion-misc-queries/257533-sum-data.html)

Are

sum data
 
Dear All,

Please help me how to sum aaray and devide them with not null value?
ex :
D E
2 110 0
3 110 102
4 80 0
5 66 0
6 82 75
7 70 0

result = 0.93 ( =(E3/D3)+(E6/D6))

Thanks in advance


מיכאל (מיקי) אבידן

sum data
 
Dear Are,
1) =(102/110)+(75/82) < 0.93
2) Check out some uses of the SUMPRODUCT function [in this Discussion Group].
Micky


"Are" wrote:

Dear All,

Please help me how to sum aaray and devide them with not null value?
ex :
D E
2 110 0
3 110 102
4 80 0
5 66 0
6 82 75
7 70 0

result = 0.93 ( =(E3/D3)+(E6/D6))

Thanks in advance


Are

sum data
 
I', sorry,
y there are wrong calculate.
I mean

D E
2 110 -
3 110 102
4 80 -
5 66 -
6 82 75
7 70 -

result : 1.84 =(E3/D3)+(E6/D6)

Thanks you


"מיכאל (מיקי) אבידן" wrote:

Dear Are,
1) =(102/110)+(75/82) < 0.93
2) Check out some uses of the SUMPRODUCT function [in this Discussion Group].
Micky


"Are" wrote:

Dear All,

Please help me how to sum aaray and devide them with not null value?
ex :
D E
2 110 0
3 110 102
4 80 0
5 66 0
6 82 75
7 70 0

result = 0.93 ( =(E3/D3)+(E6/D6))

Thanks in advance


Ron Rosenfeld

sum data
 
On Fri, 26 Feb 2010 23:01:01 -0800, Are wrote:

Dear All,

Please help me how to sum aaray and devide them with not null value?
ex :
D E
2 110 0
3 110 102
4 80 0
5 66 0
6 82 75
7 70 0

result = 0.93 ( =(E3/D3)+(E6/D6))

Thanks in advance


=SUMPRODUCT(E2:E7/D2:D7)
--ron

Are

sum data
 
Thanks a lot Master

"Ron Rosenfeld" wrote:

On Fri, 26 Feb 2010 23:01:01 -0800, Are wrote:

Dear All,

Please help me how to sum aaray and devide them with not null value?
ex :
D E
2 110 0
3 110 102
4 80 0
5 66 0
6 82 75
7 70 0

result = 0.93 ( =(E3/D3)+(E6/D6))

Thanks in advance


=SUMPRODUCT(E2:E7/D2:D7)
--ron
.



All times are GMT +1. The time now is 09:38 AM.

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