How do I count the number of times "A" (text) apears in range A1:U5 Please help
D Dr. Sachin Wagh Mar 8, 2005 #1 How do I count the number of times "A" (text) apears in range A1:U5 Please help
D Dr. Sachin Wagh Mar 8, 2005 #4 Thanx Biff & Rowan Rowan said: =COUNTIF(A1:U5,"A") Rowan Click to expand...
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)