G
Guest
I need to sum column AL IF column BR = "Y" AND column BJ = "S1". Is this
possible? I've tried:
RiskShareCount = SUMPRODUCT((BR1:BR999="Y")*(BJ1:BJ999="S1");(AL1:AL999)
but I get Syntax Error.
I'm also going to have to count the same records. Is this possible?
possible? I've tried:
RiskShareCount = SUMPRODUCT((BR1:BR999="Y")*(BJ1:BJ999="S1");(AL1:AL999)
but I get Syntax Error.
I'm also going to have to count the same records. Is this possible?