I have a SUMPRODUCT formula that is already long, and needs to get a bit longer, to cover a few more possibilities, but I soon reach the limit. What is the workaround, for a formula that is currently:
=SUMPRODUCT(('[CO tool 2010.xls]data'!$A$2:$A$8000>VALUE("1/31/2010"))*('[CO tool 2010.xls]data'!$A$2:$A$8000<VALUE("3/1/2010")*('[CO tool 2010.xls]data'!$K$2:$K$8000="1:1 MD")*('[CO tool 2010.xls]data'!$I$2:$I$8000=$A$5))*('[CO tool 2010.xls]data'!$N$2:$P$8000<>"")*(('[CO tool 2010.xls]data'!$B$2:$B$8000="3 Tower")+('[CO tool 2010.xls]data'!$B$2:$B$8000="8 Tower")+('[CO tool 2010.xls]data'!$B$2:$B$8000="PICU")+('[CO tool 2010.xls]data'!$B$2:$B$8000="CCU")))
As you can see, I wish there were a briefer way to reference network folders, but more immediately I need to add to the latter portion of the formula!!
=SUMPRODUCT(('[CO tool 2010.xls]data'!$A$2:$A$8000>VALUE("1/31/2010"))*('[CO tool 2010.xls]data'!$A$2:$A$8000<VALUE("3/1/2010")*('[CO tool 2010.xls]data'!$K$2:$K$8000="1:1 MD")*('[CO tool 2010.xls]data'!$I$2:$I$8000=$A$5))*('[CO tool 2010.xls]data'!$N$2:$P$8000<>"")*(('[CO tool 2010.xls]data'!$B$2:$B$8000="3 Tower")+('[CO tool 2010.xls]data'!$B$2:$B$8000="8 Tower")+('[CO tool 2010.xls]data'!$B$2:$B$8000="PICU")+('[CO tool 2010.xls]data'!$B$2:$B$8000="CCU")))
As you can see, I wish there were a briefer way to reference network folders, but more immediately I need to add to the latter portion of the formula!!