+ Reply to Thread
Results 1 to 3 of 3

Function to indicate the amount of characters in a cell?

  1. #1
    ssciarrino
    Guest

    Function to indicate the amount of characters in a cell?

    Trying to do a conversion of data into a flat file. Using excel we have a
    column called Project Description.

    I want to run a function to ensure that the project descrption in each cell
    does not exceed 70 characters.

    Is there a function that I can use for this?

    For example

    A project for all to review

    This title has 28 characters (counting from A to w), other than manual not
    sure if this can be done

    Thanks

  2. #2
    Ron Coderre
    Guest

    RE: Function to indicate the amount of characters in a cell?

    Try this:

    This function returns the number of characters in Cell A1
    =LEN(A1)

    This function returns up to 70 characters from cell A1
    =LEFT(A1,70)

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "ssciarrino" wrote:

    > Trying to do a conversion of data into a flat file. Using excel we have a
    > column called Project Description.
    >
    > I want to run a function to ensure that the project descrption in each cell
    > does not exceed 70 characters.
    >
    > Is there a function that I can use for this?
    >
    > For example
    >
    > A project for all to review
    >
    > This title has 28 characters (counting from A to w), other than manual not
    > sure if this can be done
    >
    > Thanks


  3. #3
    ssciarrino
    Guest

    RE: Function to indicate the amount of characters in a cell?

    Perfect Ron! Thanks!

    "Ron Coderre" wrote:

    > Try this:
    >
    > This function returns the number of characters in Cell A1
    > =LEN(A1)
    >
    > This function returns up to 70 characters from cell A1
    > =LEFT(A1,70)
    >
    > Does that help?
    >
    > ***********
    > Regards,
    > Ron
    >
    > XL2002, WinXP-Pro
    >
    >
    > "ssciarrino" wrote:
    >
    > > Trying to do a conversion of data into a flat file. Using excel we have a
    > > column called Project Description.
    > >
    > > I want to run a function to ensure that the project descrption in each cell
    > > does not exceed 70 characters.
    > >
    > > Is there a function that I can use for this?
    > >
    > > For example
    > >
    > > A project for all to review
    > >
    > > This title has 28 characters (counting from A to w), other than manual not
    > > sure if this can be done
    > >
    > > Thanks


+ 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