FORMULA QUESTION

  • Thread starter Thread starter FT OFFICE
  • Start date Start date
F

FT OFFICE

Can anyone tell me why this won't work?

=COUNTIF(AND(COLLECT!A2:A501="GL",COLLECT!J2:J501="APP"),B1)
 
Hi
try the following instead
=SUMPRODUCT((COLLECT!A2:A501="GL")*(COLLECT!J2:J501="APP"))
not sure what you're trying to achieve with the 'B1' part in your
original formula
 
try
sumproduct((COLLECT!A2:A501="GL")*(COLLECT!J2:J501="APP")*(dontunderstandthe
rest,B1))
 
Back
Top