G Guest Mar 8, 2005 #1 How do I count the number of times "A" (text) apears in range A1:U5 Please help
B Bob Phillips Mar 8, 2005 #5 If there could be more than one instance per cell, you can use =SUMPRODUCT((LEN(A1:U5)-LEN(SUBSTITUTE(A1:U5,"A","")))/LEN("A")) -- HTH RP (remove nothere from the email address if mailing direct)
If there could be more than one instance per cell, you can use =SUMPRODUCT((LEN(A1:U5)-LEN(SUBSTITUTE(A1:U5,"A","")))/LEN("A")) -- HTH RP (remove nothere from the email address if mailing direct)