+ Reply to Thread
Results 1 to 4 of 4

Extract line items in a cell upto the specific number

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Extract line items in a cell upto the specific number

    Hello Friends

    I need to extract and separate the cell line items (Separated by Alt+Enter) by formula in light yellow cells.

    thanks in advance

    Sekar
    Sekar

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Extract line items in a cell upto the specific number

    tRY

    d3=TRIM(MID(SUBSTITUTE($B$3,CHAR(10),REPT(" ",LEN($B$3))),(ROWS($D$3:D3)-1)*LEN($B$3)+1,LEN($B$3)))

    Copy down
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Re: Extract line items in a cell upto the specific number

    Hello Ankur

    Thanks for your formula

    Working well.

    Thanks again

    Sekar

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Extract line items in a cell upto the specific number

    Try this
    Enter formula in D3 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. Replies: 14
    Last Post: 12-31-2023, 01:53 AM
  2. [SOLVED] Extracting text upto specific character from a different cell.
    By mowens74 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-21-2018, 04:37 AM
  3. Formula for refering a cell upto particular number of columns
    By laansesu in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-19-2015, 05:04 AM
  4. Extract of line items or entries having unique *6 digit ref* - using Macro VBA
    By Ram_G in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-08-2015, 12:23 AM
  5. [SOLVED] Extract of line items or entries having unique *6 digit ref* - using Macro VBA
    By Ram_G in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-06-2015, 01:42 AM
  6. [SOLVED] Extract of line items or entries having unique *6 digit ref* - using Macro VBA
    By Ram_G in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-06-2015, 12:55 AM
  7. Writing a value in a specific cell (number=line)
    By Scandal in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-15-2010, 06:14 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