Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This happened to be EXACTLY what I needed. Thank you for taking the time to
post that more elaborate function. You just saved me so much time. "Rick Rothstein (MVP - VB)" wrote: See, this is where using all that white space in the body of the message would have come in handy... then you could have explained **exactly** what you want and we wouldn't have to guess. What are you actually after... the number of characters in the cell (what your other responses have told you how to do) or do you have a mixture of numbers, letters and, perhaps, other characters and you want (as your Subject says), the count of only the letters? If that is what you meant, try this... =SUMPRODUCT(--ISNUMBER(SEARCH(MID(A1,ROW(INDIRECT("A$1:A"&LEN(A1 ))),1),"abcdefghijklmnopqrstuvwxyz"))) Rick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can i count how many letters A from cell e10 to sell h10 ? | Excel Discussion (Misc queries) | |||
excel: count uppercase letters in a cell | Excel Worksheet Functions | |||
count number of letters in a string | Excel Worksheet Functions | |||
COUNT THE NUMBER OF LETTERS INCLUDING SPACES IN A CELL? | Excel Worksheet Functions | |||
can you count the number of letters (inc spaces) in a single sell | New Users to Excel |