Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Labels- POssible to show data value and data label together? | Charts and Charting in Excel | |||
Increase Your Business By Data Conversion, Data Format and Data EntryServices in India | Excel Worksheet Functions | |||
Save 20% On Data Conversion and Data Formats Services by Data EntryIndia | Excel Discussion (Misc queries) | |||
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing | Excel Discussion (Misc queries) | |||
MULTIPLE DATA - How to insert new data into existing data.... | Excel Discussion (Misc queries) |