Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
tryig to find way for different column to exclude line that has been checked,
same line, by placing an "x" in a different column have equation: =SUMPRODUCT(--(LEFT(BA80:BA1098,1)="x")) need something like: not working =SUMPRODUCT(AND(--(LEFT(BA80:BA1098,1)="x",E80:E1098<"x"))) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(LEFT(BA80:BA1098,1)="x"),--(E80:E1098<"x"))
-- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "nastech" wrote in message ... tryig to find way for different column to exclude line that has been checked, same line, by placing an "x" in a different column have equation: =SUMPRODUCT(--(LEFT(BA80:BA1098,1)="x")) need something like: not working =SUMPRODUCT(AND(--(LEFT(BA80:BA1098,1)="x",E80:E1098<"x"))) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks! curious what the "double negative" is for in the equation / "--"
keep thinking my attempts are wrong cuz don't understand.. also wonder if needs to be array? (correct term?): cntrl-shift-enter? seem to get same output, whether use cntrl-sh-enter, or not. "Bob Phillips" wrote: =SUMPRODUCT(--(LEFT(BA80:BA1098,1)="x"),--(E80:E1098<"x")) -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "nastech" wrote in message ... tryig to find way for different column to exclude line that has been checked, same line, by placing an "x" in a different column have equation: =SUMPRODUCT(--(LEFT(BA80:BA1098,1)="x")) need something like: not working =SUMPRODUCT(AND(--(LEFT(BA80:BA1098,1)="x",E80:E1098<"x"))) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No, SP works on arrays, so it doesn't need to be array-entered. For an
understanding of the double unary, see http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed explanation. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "nastech" wrote in message ... Thanks! curious what the "double negative" is for in the equation / "--" keep thinking my attempts are wrong cuz don't understand.. also wonder if needs to be array? (correct term?): cntrl-shift-enter? seem to get same output, whether use cntrl-sh-enter, or not. "Bob Phillips" wrote: =SUMPRODUCT(--(LEFT(BA80:BA1098,1)="x"),--(E80:E1098<"x")) -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "nastech" wrote in message ... tryig to find way for different column to exclude line that has been checked, same line, by placing an "x" in a different column have equation: =SUMPRODUCT(--(LEFT(BA80:BA1098,1)="x")) need something like: not working =SUMPRODUCT(AND(--(LEFT(BA80:BA1098,1)="x",E80:E1098<"x"))) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding "OR" to a Sumproduct Formula | Excel Worksheet Functions | |||
Need help with sumproduct & dynamic ranges | Excel Worksheet Functions | |||
Can I reference =, <, or > sign in SUMPRODUCT | Excel Discussion (Misc queries) | |||
Sumproduct function not working | Excel Worksheet Functions | |||
adding two sumproduct formulas together | Excel Worksheet Functions |