Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi All
I am trying to count the number of characters in a cell i.e. all numbers, letters and smybols. Is there are worksheet function that can assist me? Thanks in advance to all whom reply. Regards, H |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEN(A1)
will count spaces as well so if you want to disregard those use =LEN(SUBSTITUTE(A1," ","")) -- Regards, Peo Sjoblom "Hardip" wrote in message ... Hi All I am trying to count the number of characters in a cell i.e. all numbers, letters and smybols. Is there are worksheet function that can assist me? Thanks in advance to all whom reply. Regards, H |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
For a value in Cell A1 B1: =LEN(A1) returns the number of characters in cell A1 Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Hardip" wrote: Hi All I am trying to count the number of characters in a cell i.e. all numbers, letters and smybols. Is there are worksheet function that can assist me? Thanks in advance to all whom reply. Regards, H |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEN(A1)
If you want to ignore space, use =LEN(SUBSTITUTE(A1," ","")) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Hardip" wrote in message ... Hi All I am trying to count the number of characters in a cell i.e. all numbers, letters and smybols. Is there are worksheet function that can assist me? Thanks in advance to all whom reply. Regards, H |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hey Rod,
Thanks for the response - managed to figure it out eventually. Have a good day - H "Ron Coderre" wrote: Try this: For a value in Cell A1 B1: =LEN(A1) returns the number of characters in cell A1 Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Hardip" wrote: Hi All I am trying to count the number of characters in a cell i.e. all numbers, letters and smybols. Is there are worksheet function that can assist me? Thanks in advance to all whom reply. Regards, H |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for the response :-)
"Peo Sjoblom" wrote: =LEN(A1) will count spaces as well so if you want to disregard those use =LEN(SUBSTITUTE(A1," ","")) -- Regards, Peo Sjoblom "Hardip" wrote in message ... Hi All I am trying to count the number of characters in a cell i.e. all numbers, letters and smybols. Is there are worksheet function that can assist me? Thanks in advance to all whom reply. Regards, H |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
... Count Function ... with any character ... | Excel Discussion (Misc queries) | |||
Character Count Range of Cells | Excel Discussion (Misc queries) | |||
Character Count Range of Cells | Excel Discussion (Misc queries) | |||
HOW to COUNT THE FREQUENCY of specific CHARACTER WITHIN a CELL? | Excel Discussion (Misc queries) | |||
How do i count character in cell? | Excel Discussion (Misc queries) |