Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
apostate2
 
Posts: n/a
Default count digits within cell

I want to create a forumula in B1 that will sum up how many letters I have
entered into A1. There will never be more than five digits in A1. I frankly
don't know where to begin.

example: A1 = MTW
--
Thanks for being here
  #2   Report Post  
Gary's Student
 
Posts: n/a
Default

Try:
=len(a1)

"apostate2" wrote:

I want to create a forumula in B1 that will sum up how many letters I have
entered into A1. There will never be more than five digits in A1. I frankly
don't know where to begin.

example: A1 = MTW
--
Thanks for being here

  #3   Report Post  
apostate2
 
Posts: n/a
Default

Thanks!

"Gary's Student" wrote:

Try:
=len(a1)

"apostate2" wrote:

I want to create a forumula in B1 that will sum up how many letters I have
entered into A1. There will never be more than five digits in A1. I frankly
don't know where to begin.

example: A1 = MTW
--
Thanks for being here

  #4   Report Post  
 
Posts: n/a
Default

Hi
You may also try LEN(TRIM(A1)) which will count the characters without any
trailing spaces that may have been inadvertantly left in the cell.

--
Andy.


"Gary's Student" wrote in message
...
Try:
=len(a1)

"apostate2" wrote:

I want to create a forumula in B1 that will sum up how many letters I
have
entered into A1. There will never be more than five digits in A1. I
frankly
don't know where to begin.

example: A1 = MTW
--
Thanks for being here



  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

=trim() also cleans up leading/trailing and multiple internal spaces, too.



"Andy B" wrote:

Hi
You may also try LEN(TRIM(A1)) which will count the characters without any
trailing spaces that may have been inadvertantly left in the cell.

--
Andy.

"Gary's Student" wrote in message
...
Try:
=len(a1)

"apostate2" wrote:

I want to create a forumula in B1 that will sum up how many letters I
have
entered into A1. There will never be more than five digits in A1. I
frankly
don't know where to begin.

example: A1 = MTW
--
Thanks for being here


--

Dave Peterson
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
Cell addressing using the content of another cell. De Jandon Excel Worksheet Functions 5 April 1st 05 10:59 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
Cell Count Jim Excel Worksheet Functions 10 December 7th 04 11:05 PM
count in cell Joe Excel Worksheet Functions 2 December 7th 04 02:33 AM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 03:49 AM.

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

About Us

"It's about Microsoft Excel"