> That did not work. But thats for the suggestion. When I put the formula in
> is showed 28 for a cell that has 10 characters.
[quoted text clipped - 14 lines]
> >
> > > How can I count the number of characters in a cell?
the content of the cell was "plexiglass"
the second cell said "tape, cables, AV tape, misc. cables" and it said both
cells had 28 characters in it.
But the text to column thing worked it separated the 60 characters out .
> I hate to disagree, but if the LEN function says you have 28
> characters....then you HAVE 28 characters. What are the actual contents of
[quoted text clipped - 35 lines]
> > >
> > > > How can I count the number of characters in a cell?
MartinW - 21 Sep 2007 15:51 GMT
Sounds like the non-breaking space problem which
Text to Columns will overcome.
What happens to the original data if you do Edit>Replace
Find what: Alt+0160
Replace with: leave this box blank
Click Replace All
Will the LEN function now give results that you would expect to see.
Regards
Martin
> the content of the cell was "plexiglass"
> the second cell said "tape, cables, AV tape, misc. cables" and it said
[quoted text clipped - 44 lines]
>> > >
>> > > > How can I count the number of characters in a cell?
Ron Coderre - 21 Sep 2007 17:06 GMT
"Plexiglass" is 10 characters
"tape, cables, AV tape, misc. cables" is 35 characters
So a returned value of 28 is incorrect in both cases.
What you're describing suggests that you may have Calculation set to MANUAL.
If that's the case...when you copy a formula to another cell, it will retain
it's previous value.
If you press [F9] and the formulas change to correct values...
fix it this way:
From the Excel main menu:
<tools><options><calculation tab>
Check: Automatic.......Click [OK]
Does that help?
***********
Regards,
Ron
XL2003, WinXP
> the content of the cell was "plexiglass"
> the second cell said "tape, cables, AV tape, misc. cables" and it said both
[quoted text clipped - 41 lines]
> > > >
> > > > > How can I count the number of characters in a cell?