P paul Oct 26, 2004 #1 Could anyone tell how to sum up the number of times of a colon ":" appeared in a row. Thanks.
D David McRitchie Oct 26, 2004 #3 You can drop the leftmost and rightmost parens of Frank's reply =SUMPRODUCT(LEN(A1:X1)-LEN(SUBSTITUTE(A1:X1,":",""))) instead of =SUMPRODUCT((LEN(A1:X1)-LEN(SUBSTITUTE(A1:X1,":",""))))
You can drop the leftmost and rightmost parens of Frank's reply =SUMPRODUCT(LEN(A1:X1)-LEN(SUBSTITUTE(A1:X1,":",""))) instead of =SUMPRODUCT((LEN(A1:X1)-LEN(SUBSTITUTE(A1:X1,":",""))))