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

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
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,487
Messages
6,125,082
Members
449,205
Latest member
Healthydogs

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