L
Loomah
Hi All
Two issues regarding the formula below, mainly coz "I need to understand!"
=SUMPRODUCT(N(A1:A99="D"),N(B1:B99=1))
1) How come I get #NUM! if I change the range to include the whole column
i.e. =SUMPRODUCT(N(A:A="D"),N(B:B=1)) produces the error
and yet with other formulae it's fine using the whole column,
=countif(b:b,1) works ok!
2) Perhaps not as important, is there any reason why I had to evaluate
true/false to 1/0 to get this formula to work
i.e. why did I need to use N(A1:A99="D")?
Any help greatly appreciated
;-)
Two issues regarding the formula below, mainly coz "I need to understand!"
=SUMPRODUCT(N(A1:A99="D"),N(B1:B99=1))
1) How come I get #NUM! if I change the range to include the whole column
i.e. =SUMPRODUCT(N(A:A="D"),N(B:B=1)) produces the error
and yet with other formulae it's fine using the whole column,
=countif(b:b,1) works ok!
2) Perhaps not as important, is there any reason why I had to evaluate
true/false to 1/0 to get this formula to work
i.e. why did I need to use N(A1:A99="D")?
Any help greatly appreciated
;-)