How to count the individual cell entries

LookMaNoHands

New Member
Joined
Oct 28, 2002
Messages
2
Wow, I'm so glad I found this site. I'm hoping the Excel Masters can answer this one:

I have columns of text cells, none are empty. Each cell has a combination of single letters in it, for example one cell is "gh", the one below it is "ghikl" and the one below it is "gfil". How do I count the total individual letters in these cells? The result here would be 11.

(If anyone is familiar with the futures trading concept of Market Profile, what I'm talking about is individual TPOs).

Thanks!

--LookMaNoHands
This message was edited by LookMaNoHands on 2002-10-29 01:10
 

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.
This array formula does the job

=SUM(LEN(A1:A3))

To enter an Array formula, you need to press Control Shift Enter at the same time, not just Enter like with regular formulas.
 
Upvote 0

Forum statistics

Threads
1,215,523
Messages
6,125,315
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