+ Reply to Thread
Results 1 to 5 of 5

Break this list to within the 280 characters

  1. #1
    Registered User
    Join Date
    08-26-2019
    Location
    Chattanooga
    MS-Off Ver
    2013
    Posts
    23

    Break this list to within the 280 characters

    I am working on something and have come across something I don't know if Excel will do or not. I have a list of user id's for Twitter. But I need to break this list to within the 280 character limit. Like either have it highlight them or put a space between them or something so I know where the last full line with-in the 280 limit is. Anyone know if there is a function for this or something I can do here to achieve this.

    If Twitter will not do this then can someone suggest something that may?

    Thanks!

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Break this list to within the 280 characters

    something like a formula with left and len formulas might work.
    like =IF(LEN(A2)>280,LEFT(A2,280)&"-"&MID(A2,280,999999))
    untested of course but it might work (if I'm understanding what you want).
    a sample workbook though would be better, just follow the instructions in the yellow banner at the top of the post.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    08-26-2019
    Location
    Chattanooga
    MS-Off Ver
    2013
    Posts
    23

    Re: Break this list to within the 280 characters

    See if I did this right.
    Attached Files Attached Files

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Break this list to within the 280 characters

    you posted a workbook ok, but what is needed is to put examples in it that represent the actual data (if not the actual data) AND your expected results.

  5. #5
    Registered User
    Join Date
    08-26-2019
    Location
    Chattanooga
    MS-Off Ver
    2013
    Posts
    23

    Re: Break this list to within the 280 characters

    OK, will take a bit with other work going on. But give me a bit.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Automatic line break after certain amount of characters
    By Paul85 in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 11-08-2016, 03:06 PM
  2. Break text string up into sub strings of 50 characters
    By Michaelsgoldman in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-18-2015, 06:10 PM
  3. [SOLVED] Insert a line break (CHAR(10)) after every 42 characters
    By Rajkiran557 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-22-2014, 06:08 AM
  4. VBA to replace special characters with line break
    By saranyabi in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-06-2013, 03:11 PM
  5. Automatic Line Break at X number of characters
    By duyane in forum Excel General
    Replies: 3
    Last Post: 07-17-2012, 02:12 AM
  6. Replies: 5
    Last Post: 10-19-2011, 12:27 PM
  7. How to break up a cell with 3 embedded (new line characters) value
    By Phil in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-23-2005, 07:05 PM

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