Hi, I am wanting to count the number of times a particular string of data occurs within a range named chargedesc. I pulled the following formula from a Walkenbach book but get a Name? when I enter.
Formula is: =(SUM(LEN(chargedesc))-SUM(LEN(SUBSTITUTE(chargedesc, text, “”))))/LEN(text)
Any ideas?