Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
ok guys. here is my problem.
i am using several sumproducts and adding them together to get a value. note that the range I am suming is the same column. =sumproduct((condition1=a)*(condition2=b),C1:C1000 )+sumproduct((condition3=c)*(condition4=d),C1:C100 0) Anyway I am also using indirects and the formula becomes too long and won't let me finish it. Is there a way to combine the sumproducts? =sumproduct(((condition1=a)*(condition2=b))OR((con dition3=c)*(condition4=d)),C1:C1000) thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
don't worry. all sorted. just had to put a "+" inbetween the different
conditions. thanks sam "sam" wrote: ok guys. here is my problem. i am using several sumproducts and adding them together to get a value. note that the range I am suming is the same column. =sumproduct((condition1=a)*(condition2=b),C1:C1000 )+sumproduct((condition3=c)*(condition4=d),C1:C100 0) Anyway I am also using indirects and the formula becomes too long and won't let me finish it. Is there a way to combine the sumproducts? =sumproduct(((condition1=a)*(condition2=b))OR((con dition3=c)*(condition4=d)),C1:C1000) thanks in advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
<%
if (oRs("putupto")=("notenterd")) + (oRs("sentto")=("notenterd")) + (oRs("finallydisposed")=("No")) + (oRs("duedaate")<("strEuroDte1")) Then response.write(" Action Not Taken " ) % <% if (oRs("putupto")=("notenterd")) + (oRs("sentto")=("notenterd")) + (oRs("finallydisposed")=("No")) + (oRs("duedaate")=("strEuroDte1")) Then response.write(" Due Date Action Not Taken " ) % Plz solved this problem --- frmsrcurl: http://msgroups.net/microsoft.public...la-is-too-long |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
<%
if (oRs("putupto")=("notenterd")) + (oRs("sentto")=("notenterd")) + (oRs("finallydisposed")=("No")) + (oRs("duedaate")<("strEuroDte1")) Then response.write(" Action Not Taken " ) % <% if (oRs("putupto")=("notenterd")) + (oRs("sentto")=("notenterd")) + (oRs("finallydisposed")=("No")) + (oRs("duedaate")=("strEuroDte1")) Then response.write(" Due Date Action Not Taken " ) % Plz solved this problem --- frmsrcurl: http://msgroups.net/microsoft.public...la-is-too-long |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dates and SumProducts | Excel Worksheet Functions | |||
I am having some trouble with a long formula and multiple spreadsh | Excel Worksheet Functions | |||
Problems with SUMPRODUCTS | Excel Worksheet Functions | |||
SUMPRODUCTS | Excel Worksheet Functions | |||
Sumproducts, Counta Lookup Ref Formulas | Excel Discussion (Misc queries) |