Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Count Characters in a cell

I need a formula that keeps a running count of characters in a cell.

Any help would be appreciated
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Count Characters in a cell

You can use a formula like:
=len(a1)
to return the number of characters in A1. But the formula will only update
after the user finishes making a change to A1.

tracktor wrote:

I need a formula that keeps a running count of characters in a cell.

Any help would be appreciated


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 410
Default Count Characters in a cell

On May 20, 7:40*pm, tracktor
wrote:
I need a formula that keeps a running count of characters in a cell.

Any help would be appreciated


=Len(A1) this will give the count of all characters in A1. Remeber
this includes sapces.
Jay
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Count Characters in a cell

The LEN function does this, as in:

=LEN(A1)

Hope this helps.

Pete

On May 21, 1:40*am, tracktor
wrote:
I need a formula that keeps a running count of characters in a cell.

Any help would be appreciated


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Count Characters in a cell

Is there a formula that will give me a running total of the characters as
they are being typed in?

"Dave Peterson" wrote:

You can use a formula like:
=len(a1)
to return the number of characters in A1. But the formula will only update
after the user finishes making a change to A1.

tracktor wrote:

I need a formula that keeps a running count of characters in a cell.

Any help would be appreciated


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 410
Default Count Characters in a cell

On May 20, 7:55*pm, tracktor
wrote:
Is there a formula that will give me a running total of the characters as
they are being typed in?



"Dave Peterson" wrote:
You can use a formula like:
=len(a1)
to return the number of characters in A1. *But the formula will only update
after the user finishes making a change to A1.


tracktor wrote:


I need a formula that keeps a running count of characters in a cell.


Any help would be appreciated


--


Dave Peterson- Hide quoted text -


- Show quoted text -


Not that I am aware of.
Jaycusto
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Count Characters in a cell

Is there a formula or VB code that will give a running count while typing in
the cell?


"jlclyde" wrote:

On May 20, 7:40 pm, tracktor
wrote:
I need a formula that keeps a running count of characters in a cell.

Any help would be appreciated


=Len(A1) this will give the count of all characters in A1. Remeber
this includes sapces.
Jay

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 48
Default Count Characters in a cell

"...keep a running total while typing?"
no, because when you're typing in a cell, you're in a different
"mode", that's why most of the toolbars get grayed out when you start
typing in a cell. Ctrl + Enter will make it so you don't move down a
cell when you hit enter. then you could always hit F2 again to edit
that cell. that's about the best I can think of. Is it super
important that you know WHILE you are typing?

dk
  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Count Characters in a cell

Nope.

If it's really important, you could create a userform that would allow you to
accept input from the user and count the characters as they're being typed.

tracktor wrote:

Is there a formula that will give me a running total of the characters as
they are being typed in?

"Dave Peterson" wrote:

You can use a formula like:
=len(a1)
to return the number of characters in A1. But the formula will only update
after the user finishes making a change to A1.

tracktor wrote:

I need a formula that keeps a running count of characters in a cell.

Any help would be appreciated


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count consecutive characters within a cell Jshendel Excel Discussion (Misc queries) 5 September 21st 07 06:04 PM
How can I count the number of characters on a cell? EddieDial800 Excel Discussion (Misc queries) 11 May 22nd 07 04:29 PM
Count Characters with space in a cell NH Excel Discussion (Misc queries) 5 April 5th 07 05:07 AM
count of tab characters in a single cell mark Excel Worksheet Functions 5 May 18th 06 06:55 PM
Count Number of Characters in a cell? AHJuncti Excel Discussion (Misc queries) 2 June 16th 05 07:39 PM


All times are GMT +1. The time now is 11:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"