V Vasant Nanavati May 23, 2005 #3 Not really. You can use a formula such as: =SUMPRODUCT(--(A1:A100="d"))&"d"
K KL May 23, 2005 #5 Actually, if you need to count every single occurence of :d" in multi-character strings in a range, you can use: =SUMPRODUCT(LEN(A1:A4)-LEN(SUBSTITUTE(A1:A4,"d",""))) if you want to count all the multi-character strings in a range where "d" occurs at least once: =COUNTIF(A1:A10,"*d*") Regards, KL
Actually, if you need to count every single occurence of :d" in multi-character strings in a range, you can use: =SUMPRODUCT(LEN(A1:A4)-LEN(SUBSTITUTE(A1:A4,"d",""))) if you want to count all the multi-character strings in a range where "d" occurs at least once: =COUNTIF(A1:A10,"*d*") Regards, KL
V Vasant Nanavati May 23, 2005 #6 Ah ... I missed that possible interpretation, JE. Perhaps it's a combination of yours and mine! <g> Regards, Vasant
Ah ... I missed that possible interpretation, JE. Perhaps it's a combination of yours and mine! <g> Regards, Vasant
B Bob Phillips May 23, 2005 #7 Back to the other problem Vasant Nanavati said: Ah ... I missed that possible interpretation, JE. Perhaps it's a combination of yours and mine! <g> Regards, Vasant Click to expand...
Back to the other problem Vasant Nanavati said: Ah ... I missed that possible interpretation, JE. Perhaps it's a combination of yours and mine! <g> Regards, Vasant Click to expand...