Counting Special Characters In a Cell - Getting Formula Error on Excel 2010

RuaanKraft

New Member
Joined
Sep 19, 2014
Messages
4
Hi Guys,

I've watched Videos and checked out your forums but I'm still not getting the formula to work! The following formula as example won't work in my Excel 2010:

=LEN(A7)-SUBSTITUTE(A7,"e",""))

In cell A7 I've got the Word "Agree"
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
RuaanKraft,

How about this?


Excel 2007
AB
7Agree2
Sheet1
Cell Formulas
RangeFormula
B7=LEN(A7)-LEN(SUBSTITUTE(A7,"e",""))
 
Upvote 0
How about this?

Excel 2007
AB
7Agree2

<colgroup><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1
Worksheet Formulas
CellFormula
B7=LEN(A7)-LEN(SUBSTITUTE(A7,"e",""))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
:confused:
That looks like the same formula that the OP was told to use back in Messages 6 and 7 to which the OP replied he was getting a formula error. The next set of responses asked if the OP used semi-colons instead of commas to delimit function arguments... the OP has not gotten back to us yet on that question.
 
Upvote 0
Thanks Guys, i've got it working, had to replace the comma's with semicolon's. Working now. ;)

=LEN(A7)-LEN(SUBSTITUTE(A7;"e";""))
 
Upvote 0

Forum statistics

Threads
1,215,522
Messages
6,125,312
Members
449,218
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top