N
nastech
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")))
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")))