Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / May 2008

Tip: Looking for answers? Try searching our database.

Counting the number of characters in a cell

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ChuckW - 15 May 2008 19:00 GMT
Hi,

I have a column called Part Number that has alphnumberic values that are
anywhere from 6-12 characters.  I need to calculate the number of characters
in each cell.  Is there a way to do this?

Signature

Chuck W

BoniM - 15 May 2008 19:06 GMT
The LEN(cell reference) function will return the number of characters in a
cell.

> Hi,
>
> I have a column called Part Number that has alphnumberic values that are
> anywhere from 6-12 characters.  I need to calculate the number of characters
> in each cell.  Is there a way to do this?
T. Valko - 15 May 2008 19:10 GMT
For each individual cell:

=LEN(A1)

Copy down as needed.

For the total of *all* cells:

=SUMPRODUCT(LEN(A1:A10))

Signature

Biff
Microsoft Excel MVP

> Hi,
>
> I have a column called Part Number that has alphnumberic values that are
> anywhere from 6-12 characters.  I need to calculate the number of
> characters
> in each cell.  Is there a way to do this?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.