Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Counting & Displaying

I would like to count the number of characters in a given cell and then be
able to have a display "in your face" telling you how many characters you
have remaining for the particular cell.

In my case, I have a total of 6 COMMENT-type cells. The first one has a
validation max of 250 characters and the other five have a max of 150
available.

Having looked over previous inquiries, I can find out how to count 'words',
but none refer to counting characters.

In advance, thanks!
Jeff Hennessey
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 461
Default Counting & Displaying

You should be able to right a formula like

Assuming data is in cell A1

=250-LEN(A1)

LEN gives you the amount of characters in a cell

"Henn9660" wrote:

I would like to count the number of characters in a given cell and then be
able to have a display "in your face" telling you how many characters you
have remaining for the particular cell.

In my case, I have a total of 6 COMMENT-type cells. The first one has a
validation max of 250 characters and the other five have a max of 150
available.

Having looked over previous inquiries, I can find out how to count 'words',
but none refer to counting characters.

In advance, thanks!
Jeff Hennessey

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Counting & Displaying

I'll give it a try! Many THANKS for the quick response. Jeff

"akphidelt" wrote:

You should be able to right a formula like

Assuming data is in cell A1

=250-LEN(A1)

LEN gives you the amount of characters in a cell

"Henn9660" wrote:

I would like to count the number of characters in a given cell and then be
able to have a display "in your face" telling you how many characters you
have remaining for the particular cell.

In my case, I have a total of 6 COMMENT-type cells. The first one has a
validation max of 250 characters and the other five have a max of 150
available.

Having looked over previous inquiries, I can find out how to count 'words',
but none refer to counting characters.

In advance, thanks!
Jeff Hennessey

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default Counting & Displaying

=250-len(A1)


"Henn9660" wrote in message
...
I would like to count the number of characters in a given cell and then be
able to have a display "in your face" telling you how many characters you
have remaining for the particular cell.

In my case, I have a total of 6 COMMENT-type cells. The first one has a
validation max of 250 characters and the other five have a max of 150
available.

Having looked over previous inquiries, I can find out how to count
'words',
but none refer to counting characters.

In advance, thanks!
Jeff Hennessey



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Counting & Displaying

Thanks Gaurav..... Jeff

"Gaurav" wrote:

=250-len(A1)


"Henn9660" wrote in message
...
I would like to count the number of characters in a given cell and then be
able to have a display "in your face" telling you how many characters you
have remaining for the particular cell.

In my case, I have a total of 6 COMMENT-type cells. The first one has a
validation max of 250 characters and the other five have a max of 150
available.

Having looked over previous inquiries, I can find out how to count
'words',
but none refer to counting characters.

In advance, thanks!
Jeff Hennessey




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
counting function but not double counting duplicates JRD Excel Worksheet Functions 2 November 7th 07 06:43 PM
Not displaying a value KB Excel Discussion (Misc queries) 3 May 17th 07 08:54 PM
Counting occurences and displaying in a different sheet JDB Excel Worksheet Functions 3 January 2nd 07 05:04 PM
Counting rows, then counting values. Michael via OfficeKB.com Excel Discussion (Misc queries) 7 August 4th 05 10:57 PM
Counting names in a column but counting duplicate names once TBoe Excel Discussion (Misc queries) 9 May 11th 05 11:24 PM


All times are GMT +1. The time now is 05:50 PM.

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

About Us

"It's about Microsoft Excel"