• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Alternative to this function SUMPRODUCT

Hi David,

You can use MMULT function and in this case without use CSE like

in I2:

=MMULT(--(B2:F2-A2:E2=1),{1;1;1;1;1})

in J2:
=MMULT(--COUNTIF(A2:F2,A3:F3),{1;1;1;1;1;1})

Regards,
 
Hi Somendra,

in L2:=MMULT(--ISODD(--A2:F2),{1;1;1;1;1;1})
As you have given in my previous thread .
Just missing me: k2

Thank you !
 
Back
Top