Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
Id it possible to limit the number of characters in and Excel spreadsheet
column automatically to say i.e.34 -- NeilE |
#2
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Format as a MACRO | Excel Worksheet Functions | |||
how can i multiply two columns | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Lookup Table Dilemma | Excel Worksheet Functions |