OutlawoftheMarsh
New Member
- Joined
- Dec 11, 2003
- Messages
- 35
This seems like it should be easy, but I can't find the function for it. Let's say I have a text string in a cell, and I need to know how many times the letter A (don't care about upper/lower case) occurs in that cell. What's the function for that?
For example:
If cell A1 contains "Acronym," the function should return 1 (since there is one A in that word).
If cell A1 contains "Adam," the function should return 2.
If cell A1 contains "adamant," the function should return 3.
Etc.
Thank you!
For example:
If cell A1 contains "Acronym," the function should return 1 (since there is one A in that word).
If cell A1 contains "Adam," the function should return 2.
If cell A1 contains "adamant," the function should return 3.
Etc.
Thank you!