Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to count the number of letters in a cell?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default How to count the number of letters in a cell?

=LEN(A1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Suhasini" wrote in message
...



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How to count the number of letters in a cell?

=LEN(A1)

Pete

On Aug 21, 8:19*am, Suhasini
wrote:


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to count the number of letters in a cell?

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

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to count the number of letters in a cell?

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




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to count the number of letters in a cell?

Take particular note of the first paragraph of my initial response to you.
If you had explained in detail what you were after in the body of the
message, you would have increased your chances of getting the response you
needed right away. Just so you are aware, I almost did not respond to your
posting because of the lack of message body text. The third time I looked at
your subject line, the idea for the formula I posted came to mind. For
future questions you might ask... do yourself a favor an explain what you
have and what you are looking for in detail (in the message area of your
posting).

Rick


"Leah_WI" wrote in message
...
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



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default How to count the number of letters in a cell?

Rick Rothstein (MVP - VB) wrote:
Take particular note of the first paragraph of my initial response to
you. If you had explained in detail what you were after in the body of
the message, you would have increased your chances of getting the
response you needed right away. Just so you are aware, I almost did not
respond to your posting because of the lack of message body text. The
third time I looked at your subject line, the idea for the formula I
posted came to mind. For future questions you might ask... do yourself a
favor an explain what you have and what you are looking for in detail
(in the message area of your posting).

Rick



Are you sure "Leah_WI" and "Suhasini" are the same person?
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to count the number of letters in a cell?

Glenn:
=========
Ooh... no, I am not. I missed the name switch and the wording of Leah's
message sounded like a follow up response from the OP. Based on that
wording, it never occurred to me to check if the names were different.
Thanks for point that out.

Leah
=========
If you are not the original poster, then I am sorry for the "admonishment".

Rick


"Glenn" wrote in message
...
Rick Rothstein (MVP - VB) wrote:
Take particular note of the first paragraph of my initial response to
you. If you had explained in detail what you were after in the body of
the message, you would have increased your chances of getting the
response you needed right away. Just so you are aware, I almost did not
respond to your posting because of the lack of message body text. The
third time I looked at your subject line, the idea for the formula I
posted came to mind. For future questions you might ask... do yourself a
favor an explain what you have and what you are looking for in detail (in
the message area of your posting).

Rick



Are you sure "Leah_WI" and "Suhasini" are the same person?


  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default How to count the number of letters in a cell?

Ah, the amusing side of irony. :-)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can i count how many letters A from cell e10 to sell h10 ? waleed Excel Discussion (Misc queries) 1 August 26th 07 01:08 PM
excel: count uppercase letters in a cell harry bachrach Excel Worksheet Functions 13 July 13th 07 03:58 PM
count number of letters in a string Wiley Excel Worksheet Functions 3 May 11th 06 06:54 PM
COUNT THE NUMBER OF LETTERS INCLUDING SPACES IN A CELL? zurafz6 Excel Worksheet Functions 7 March 6th 06 07:53 AM
can you count the number of letters (inc spaces) in a single sell greenstone New Users to Excel 2 August 3rd 05 11:06 AM


All times are GMT +1. The time now is 04:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"