![]() |
Count # of A's in a Cell
How do you do this, tried to figure out, and I can't I need to count the
number of A's in a cell, or any other letter that I define. Thanks. |
Count # of A's in a Cell
Adjustment:
The formula I previously posted can be used to count occurrences of text in a range. Since you're only testing one cell, use this B1: =LEN(A1)-LEN(SUBSTITUTE(UPPER(A1),"A","")) Does that help? *********** Regards, Ron XL2002, WinXP-Pro "JavyD" wrote: May I add, I've been using Countif, but lets say the cell has a Text like so - ART GOES TO CAMP, it would say theres only one A, theres actually 2. "JavyD" wrote: How do you do this, tried to figure out, and I can't I need to count the number of A's in a cell, or any other letter that I define. Thanks. |
Count # of A's in a Cell
May I add, I've been using Countif, but lets say the cell has a Text like so
- ART GOES TO CAMP, it would say theres only one A, theres actually 2. "JavyD" wrote: How do you do this, tried to figure out, and I can't I need to count the number of A's in a cell, or any other letter that I define. Thanks. |
Count # of A's in a Cell
For counting a and A in your sample sentence:
Text in A1. Cell B1: =LOWER(A1) Cell C1: =SUBSTITUTE(B1,"a","") Cell D1: =LEN(A1)-LEN(C1) "JavyD" wrote: May I add, I've been using Countif, but lets say the cell has a Text like so - ART GOES TO CAMP, it would say theres only one A, theres actually 2. "JavyD" wrote: How do you do this, tried to figure out, and I can't I need to count the number of A's in a cell, or any other letter that I define. Thanks. |
All times are GMT +1. The time now is 11:19 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com