Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
is there a way to count the charaters in a cell. For example, my spreadsheet
looks as so: AA DDD SSSSS Can a formula in col B show the following: 2 3 5 Thank you in advance. |
#2
![]() |
|||
|
|||
![]()
One way:
B1: =LEN(A1) In article , "carl" wrote: is there a way to count the charaters in a cell. For example, my spreadsheet looks as so: AA DDD SSSSS Can a formula in col B show the following: 2 3 5 Thank you in advance. |
#3
![]() |
|||
|
|||
![]()
=len(d16) if no spaces
=LEN(SUBSTITUTE(D16," ","")) -- Don Guillett SalesAid Software "carl" wrote in message ... is there a way to count the charaters in a cell. For example, my spreadsheet looks as so: AA DDD SSSSS Can a formula in col B show the following: 2 3 5 Thank you in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you make some characters in a cell bold and some not? | Excel Discussion (Misc queries) | |||
255 characters in a cell | Excel Discussion (Misc queries) | |||
Limiting characters in a cell | Excel Worksheet Functions | |||
#### error if cell has more than 255 characters | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |