Hello I am having trouble with the following formula:
=SUM(SIGN(MMULT(('Aggregate Formulas'!$BM$1:$BP$9999=$E10)*('Aggregate Formulas'!$C$1:$C$9999=FALSE())*('Aggregate Formulas'!$B$1:$B$9999=TRUE())*('Aggregate Formulas'!$AF$1:$AF$9999>=Q$7)*('Aggregate Formulas'!$AF$1:$AF$9999<=Q$8),TRANSPOSE(COLUMN('Aggregate Formulas'!$BM$1:$BP$1)^0))))
^^This produces a number as expected, but when I added one criteria: ('Aggregate Formulas'!$N$1:$N$9999="Yes") I get a value not available #N/A error. I am confused. Here is full new formula
=SUM(SIGN(MMULT(('Aggregate Formulas'!$BM$1:$BP$9999=$E10)*('Aggregate Formulas'!$N$1:$N$9999="Yes")*('Aggregate Formulas'!$C$1:$C$9999=FALSE())*('Aggregate Formulas'!$B$1:$B$9999=TRUE())*('Aggregate Formulas'!$AF$1:$AF$9999>=Q$7)*('Aggregate Formulas'!$AF$1:$AF$9999<=Q$8),TRANSPOSE(COLUMN('Aggregate Formulas'!$BM$1:$BP$1)^0))))
I am working to upload a sample sheet that doesnt include company info.
One Odd thing is that I can see the new criteria does have true and false results
A shot of the new column in question
=SUM(SIGN(MMULT(('Aggregate Formulas'!$BM$1:$BP$9999=$E10)*('Aggregate Formulas'!$C$1:$C$9999=FALSE())*('Aggregate Formulas'!$B$1:$B$9999=TRUE())*('Aggregate Formulas'!$AF$1:$AF$9999>=Q$7)*('Aggregate Formulas'!$AF$1:$AF$9999<=Q$8),TRANSPOSE(COLUMN('Aggregate Formulas'!$BM$1:$BP$1)^0))))
^^This produces a number as expected, but when I added one criteria: ('Aggregate Formulas'!$N$1:$N$9999="Yes") I get a value not available #N/A error. I am confused. Here is full new formula
=SUM(SIGN(MMULT(('Aggregate Formulas'!$BM$1:$BP$9999=$E10)*('Aggregate Formulas'!$N$1:$N$9999="Yes")*('Aggregate Formulas'!$C$1:$C$9999=FALSE())*('Aggregate Formulas'!$B$1:$B$9999=TRUE())*('Aggregate Formulas'!$AF$1:$AF$9999>=Q$7)*('Aggregate Formulas'!$AF$1:$AF$9999<=Q$8),TRANSPOSE(COLUMN('Aggregate Formulas'!$BM$1:$BP$1)^0))))
I am working to upload a sample sheet that doesnt include company info.
One Odd thing is that I can see the new criteria does have true and false results
A shot of the new column in question