+ Reply to Thread
Results 1 to 4 of 4

Split long text in two parts

Hybrid View

  1. #1
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Split long text in two parts

    Try this

    B1: =LEFT(A1,FIND(" ",A1,LEN(A1)/2))
    C1: =SUBSTITUTE(A1,B1,"")

    Text in B1 will be slightly longer than C1 because it does the cutoff at the first Space after half of the text..

  2. #2
    Registered User
    Join Date
    07-24-2013
    Location
    new york
    MS-Off Ver
    Excel 2003
    Posts
    62

    Re: Split long text in two parts

    Thank bro you are the besT

+ 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. [SOLVED] Unable to split one long text into several cells
    By devawad in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-20-2013, 03:35 AM
  2. Split cells long text with Max 40 character to multiple row using Macro
    By chee1012 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-31-2012, 10:10 AM
  3. Split a long text in a userform textbox to multiple rows on a worksheet
    By newbi004 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-31-2012, 09:03 AM
  4. Excel 2007 : Split text in parts with words left intact
    By marianmix in forum Excel General
    Replies: 6
    Last Post: 03-06-2011, 02:05 PM
  5. [SOLVED] How to split too long text in one row to break in next row.
    By KrunoCro in forum Excel General
    Replies: 2
    Last Post: 09-14-2005, 09:05 AM

Tags for this Thread

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