Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Character limitations for excel fields

I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Character limitations for excel fields

Hi,

If you realy mean characters then
data|validation
Select text length and set your parameters. This does not affect the amount
of numbers in the cell.

If you mean the length of any input then:-
data|validation
Select formula is and enter this
=LEN(A1)<6
This works for numbers and text

Mike


"aspen" wrote:

I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Character limitations for excel fields

Please be a bit more clear as I have never done this before. I need to set a
paramater of no more than 32 charaters to be entered into a field on a
spreadsheet. What is the exact way the formula should read?

"Mike H" wrote:

Hi,

If you realy mean characters then
data|validation
Select text length and set your parameters. This does not affect the amount
of numbers in the cell.

If you mean the length of any input then:-
data|validation
Select formula is and enter this
=LEN(A1)<6
This works for numbers and text

Mike


"aspen" wrote:

I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Character limitations for excel fields

OK character and NOT the amount of numbers:-

Select your cell then click
Data|Validation
Select 'Text Length'
select 'Less than or equal to"
enter 32
Click OK

Mike

"aspen" wrote:

Please be a bit more clear as I have never done this before. I need to set a
paramater of no more than 32 charaters to be entered into a field on a
spreadsheet. What is the exact way the formula should read?

"Mike H" wrote:

Hi,

If you realy mean characters then
data|validation
Select text length and set your parameters. This does not affect the amount
of numbers in the cell.

If you mean the length of any input then:-
data|validation
Select formula is and enter this
=LEN(A1)<6
This works for numbers and text

Mike


"aspen" wrote:

I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Character limitations for excel fields

Data/ Validation.
--
David Biddulph

"aspen" wrote in message
...
I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Character limitations for excel fields

This formula gives me an error message after typing 1 character and I need to
be able to type 32.




"David Biddulph" wrote:

Data/ Validation.
--
David Biddulph

"aspen" wrote in message
...
I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Character limitations for excel fields

Got it thanks!

"aspen" wrote:

This formula gives me an error message after typing 1 character and I need to
be able to type 32.




"David Biddulph" wrote:

Data/ Validation.
--
David Biddulph

"aspen" wrote in message
...
I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Character limitations for excel fields

after following your instructions it still only lets me add 15 #'s any #'s
after that show up as zero's?????
--
Tom M


"aspen" wrote:

This formula gives me an error message after typing 1 character and I need to
be able to type 32.




"David Biddulph" wrote:

Data/ Validation.
--
David Biddulph

"aspen" wrote in message
...
I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?




  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Character limitations for excel fields

Excel only keeps track of 15 significant digits.

You can either start your data entry with an apostrophe: '1234123412341234
or
preformat the cell as text.

TOM M wrote:

after following your instructions it still only lets me add 15 #'s any #'s
after that show up as zero's?????
--
Tom M

"aspen" wrote:

This formula gives me an error message after typing 1 character and I need to
be able to type 32.




"David Biddulph" wrote:

Data/ Validation.
--
David Biddulph

"aspen" wrote in message
...
I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?




--

Dave Peterson
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Character limitations for excel fields

the apostrophe worked... thanks much
--
Tom M


"Dave Peterson" wrote:

Excel only keeps track of 15 significant digits.

You can either start your data entry with an apostrophe: '1234123412341234
or
preformat the cell as text.

TOM M wrote:

after following your instructions it still only lets me add 15 #'s any #'s
after that show up as zero's?????
--
Tom M

"aspen" wrote:

This formula gives me an error message after typing 1 character and I need to
be able to type 32.




"David Biddulph" wrote:

Data/ Validation.
--
David Biddulph

"aspen" wrote in message
...
I need to allow users of a spreadsheet to only be able to type a certain
number of characters in a paricular field. How would I do that?




--

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
Character limitations jborfield Excel Discussion (Misc queries) 2 September 6th 07 03:32 AM
Excel-Match 1st text character in a string to a known character? bushlite Excel Worksheet Functions 2 January 15th 07 06:36 PM
excel limitations TUNGANA KURMA RAJU Excel Discussion (Misc queries) 3 November 24th 05 06:46 AM
Excel Limitations JAKOMO Excel Discussion (Misc queries) 3 September 26th 05 02:46 PM
Excel Limitations?? Mike Excel Discussion (Misc queries) 1 December 22nd 04 05:39 PM


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