Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell addressing using the content of another cell. | Excel Worksheet Functions | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Cell Count | Excel Worksheet Functions | |||
count in cell | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |