+ Reply to Thread
Results 1 to 4 of 4

counting or limiting characters

  1. #1
    Glenn
    Guest

    counting or limiting characters

    Hi,

    Is there a way to do one of the following:

    a) limit the amount of characters that a cell can contain

    or, if not:

    b) have a column that counts the number of characters in the cell to the
    left of it.

    Thanks.



  2. #2
    JE McGimpsey
    Guest

    Re: counting or limiting characters

    one way:

    Data/Validation/Allow set maximum Text Length


    In article <#VpE8vTOFHA.3788@tk2msftngp13.phx.gbl>,
    "Glenn" <nospam@yahoo.com> wrote:

    > Is there a way to do one of the following:
    >
    > a) limit the amount of characters that a cell can contain


  3. #3
    JE McGimpsey
    Guest

    Re: counting or limiting characters

    If text in column B, one way:

    A1: =LEN(B1)

    or

    A1: =IF(B1="","",LEN(B1))

    Copy down as far as necessary

    In article <#VpE8vTOFHA.3788@tk2msftngp13.phx.gbl>,
    "Glenn" <nospam@yahoo.com> wrote:

    > or, if not:
    >
    > b) have a column that counts the number of characters in the cell to the
    > left of it.


  4. #4
    Registered User
    Join Date
    01-19-2004
    Posts
    18
    Select the cell you want to limit then use Data | Validation where you can then specify that the cell can only contain text between certain lengths. This will have the possible disadvantage that you will prevent non-text entries in that cell.

+ 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