+ Reply to Thread
Results 1 to 4 of 4

truncating a colum to 55 characters

  1. #1
    Registered User
    Join Date
    07-08-2005
    Posts
    5

    truncating a colum to 55 characters

    Im making some ebay listings so I need to make all titles 55 characters or less. How Would one go about this? I cant seem to find the Truncate function in excel is there even one?

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    You could try a helper column which had

    =Left(A1,55)

  3. #3
    KL
    Guest

    Re: truncating a colum to 55 characters

    How about: =RIGHT(A1,55)

    Regards,
    KL


    "sparkroms" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Im making some ebay listings so I need to make all titles 55 characters
    > or less. How Would one go about this? I cant seem to find the Truncate
    > function in excel is there even one?
    >
    >
    > --
    > sparkroms
    > ------------------------------------------------------------------------
    > sparkroms's Profile:
    > http://www.excelforum.com/member.php...o&userid=25037
    > View this thread: http://www.excelforum.com/showthread...hreadid=385765
    >




  4. #4
    KL
    Guest

    Re: truncating a colum to 55 characters

    Opps! correction:

    =LEFT(A1,55)

    KL


    "KL" <[email protected]> wrote in message
    news:[email protected]...
    > How about: =RIGHT(A1,55)
    >
    > Regards,
    > KL
    >
    >
    > "sparkroms" <[email protected]> wrote
    > in message news:[email protected]...
    >>
    >> Im making some ebay listings so I need to make all titles 55 characters
    >> or less. How Would one go about this? I cant seem to find the Truncate
    >> function in excel is there even one?
    >>
    >>
    >> --
    >> sparkroms
    >> ------------------------------------------------------------------------
    >> sparkroms's Profile:
    >> http://www.excelforum.com/member.php...o&userid=25037
    >> View this thread:
    >> http://www.excelforum.com/showthread...hreadid=385765
    >>

    >
    >




+ 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