+ Reply to Thread
Results 1 to 6 of 6

Limit Text

  1. #1
    Registered User
    Join Date
    01-31-2007
    Posts
    3

    Limit Text

    Hello,

    I have a column of cells that I would like to limit to 15 characters of text each. I used data validation but it will only pop-up a message saying that it is over 15 characters. Is there a way to have it automaticall cutoff or have it not let you type anymore once 15 characters are used up?

    Thanks in advance!

    Tim

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi Tim,

    In Data Validation, in the Allow Section
    select : Text Length
    in data : Equal to
    in length : 15 ...
    HTH
    Carim


    Top Excel Links

  3. #3
    Registered User
    Join Date
    01-31-2007
    Posts
    3
    Thanks for the fast response, but it still only shows the error...it does not clip it or not let you type anymore...

  4. #4
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Ok then ...
    Forget about Data Validation ...
    Let users input as many characters as they want, and have
    =Left(A1,15) to truncate their text ...

  5. #5
    Registered User
    Join Date
    01-31-2007
    Posts
    3
    ok, how do I apply that to an entire column...

  6. #6
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Just copy formula all the way down ...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1