QTY count of letter in A1:A4

caabyyc

Board Regular
Joined
Oct 24, 2013
Messages
127
Hi, could you please help?
Source: A1:A4,
want to: count total QTY of letter "F"(upper case only) in A1:A4 (formula only please)
correct result should be 4.
:eek:

 A
1F4545
239FF
3345F
45923f

<colgroup><col><col></colgroup><tbody>
</tbody>


:eek:
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
=sumproduct(len(a1:a4)-len(substitute(a1:a4,"f","")))

Edit: For some bizarre reason, this keeps losing its capitalisation. Use Aladin's version with capital "F".
 
Last edited:
Upvote 0
=sumproduct(len(a1:a4)-len(substitute(a1:a4,"f","")))

Edit: For some bizarre reason, this keeps losing its capitalisation. Use Aladin's version with capital "F".

The board software sets a formula in lower case if nothing else in addition is typed.
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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