B bines53 Active Member Nov 22, 2014 #1 Hello Friend ! Is there a good alternative to the function SUMPRODUCT ,Without using Ctrl+Shift+Enter. Thank you ! Attachments test 5555.xlsx 8.7 KB · Views: 10
Hello Friend ! Is there a good alternative to the function SUMPRODUCT ,Without using Ctrl+Shift+Enter. Thank you !
Somendra Misra Excel Ninja Nov 22, 2014 #2 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 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,
B bines53 Active Member Nov 22, 2014 #3 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 !
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 !
Somendra Misra Excel Ninja Nov 22, 2014 #4 @bines53 Just missing me: k2 Click to expand... Not getting you? Regards,
B bines53 Active Member Nov 22, 2014 #5 Hi Somendra, I did not understand your last comment. Regards,
B bines53 Active Member Nov 22, 2014 #6 Hi Somendra, in K2:=MMULT(--(A2:F2-A3:F3>0),{1;1;1;1;1;1}) Thank you !