Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 2
Default Set Character limit in Column

Id it possible to limit the number of characters in and Excel spreadsheet
column automatically to say i.e.34
--
NeilE
  #2   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 35,218
Default Set Character limit in Column

You could select the column
Data|Validation|Settings tab
Use Text Length and set it for what you want.

Be aware that this isn't foolproof--a user can paste over any of these cells and
destroy the data|validation rule.

And it won't stop them while they'er typing. It'll give them a warning/error
message when they enter the data.

For me, I like to use an adjacent column with a formula like:

=if(len(a1)<34,"","<--Text too long")
and make it bold and red.



NeilE wrote:

Id it possible to limit the number of characters in and Excel spreadsheet
column automatically to say i.e.34
--
NeilE


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 2
Default Set Character limit in Column

Thanks for this it is a good solution for the application that I am using.
--
NeilE


"Dave Peterson" wrote:

You could select the column
Data|Validation|Settings tab
Use Text Length and set it for what you want.

Be aware that this isn't foolproof--a user can paste over any of these cells and
destroy the data|validation rule.

And it won't stop them while they'er typing. It'll give them a warning/error
message when they enter the data.

For me, I like to use an adjacent column with a formula like:

=if(len(a1)<34,"","<--Text too long")
and make it bold and red.



NeilE wrote:

Id it possible to limit the number of characters in and Excel spreadsheet
column automatically to say i.e.34
--
NeilE


--

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
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
how can i multiply two columns edgar Excel Worksheet Functions 7 March 2nd 06 03:29 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 08:22 PM


All times are GMT +1. The time now is 03: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"