#1   Report Post  
Posted to microsoft.public.excel.misc
Are Are is offline
external usenet poster
 
Posts: 12
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
Are Are is offline
external usenet poster
 
Posts: 12
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default 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
  #5   Report Post  
Posted to microsoft.public.excel.misc
Are Are is offline
external usenet poster
 
Posts: 12
Default 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
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Labels- POssible to show data value and data label together? kippers Charts and Charting in Excel 1 April 1st 09 01:33 PM
Increase Your Business By Data Conversion, Data Format and Data EntryServices in India Data Entry India Excel Worksheet Functions 1 March 31st 08 12:51 PM
Save 20% On Data Conversion and Data Formats Services by Data EntryIndia Data Entry India Excel Discussion (Misc queries) 0 March 31st 08 12:00 PM
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing [email protected] Excel Discussion (Misc queries) 0 March 20th 08 12:45 PM
MULTIPLE DATA - How to insert new data into existing data.... Rodorodo Excel Discussion (Misc queries) 0 December 15th 06 11:50 PM


All times are GMT +1. The time now is 05:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"