Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to find a formula/function that count all characters in a cell.
Our employee's street address may exceed the maximum 25 characters allowed and I need to know how many characters are in each street address cell so we can edit it, if needed. Characters include numbers, text, spaces and different characters such as # sign, commas, etc. -- Thanks, Cynthia |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Try this function =Len(cell #) HTH John "CyndiR" wrote in message ... I'm trying to find a formula/function that count all characters in a cell. Our employee's street address may exceed the maximum 25 characters allowed and I need to know how many characters are in each street address cell so we can edit it, if needed. Characters include numbers, text, spaces and different characters such as # sign, commas, etc. -- Thanks, Cynthia |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you so much. It worked!!
-- Thanks, Cynthia "CyndiR" wrote: I'm trying to find a formula/function that count all characters in a cell. Our employee's street address may exceed the maximum 25 characters allowed and I need to know how many characters are in each street address cell so we can edit it, if needed. Characters include numbers, text, spaces and different characters such as # sign, commas, etc. -- Thanks, Cynthia |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome
John "CyndiR" wrote in message ... Thank you so much. It worked!! -- Thanks, Cynthia "CyndiR" wrote: I'm trying to find a formula/function that count all characters in a cell. Our employee's street address may exceed the maximum 25 characters allowed and I need to know how many characters are in each street address cell so we can edit it, if needed. Characters include numbers, text, spaces and different characters such as # sign, commas, etc. -- Thanks, Cynthia |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEN(cellref)
Gord Dibben MS Excel MVP On Mon, 16 Mar 2009 13:44:09 -0700, CyndiR wrote: I'm trying to find a formula/function that count all characters in a cell. Our employee's street address may exceed the maximum 25 characters allowed and I need to know how many characters are in each street address cell so we can edit it, if needed. Characters include numbers, text, spaces and different characters such as # sign, commas, etc. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting characters within a cell | Excel Worksheet Functions | |||
Counting characters in a cell | Excel Discussion (Misc queries) | |||
Counting by numbers of Characters in a cell | Excel Discussion (Misc queries) | |||
counting characters in a cell | Excel Discussion (Misc queries) | |||
Counting Characters in a Cell | Excel Worksheet Functions |