+ Reply to Thread
Results 1 to 5 of 5

Data separation by formula

  1. #1
    Forum Contributor
    Join Date
    06-08-2012
    Location
    BD
    MS-Off Ver
    Microsoft Office 2016
    Posts
    633

    Data separation by formula

    Dear all, Data separation by formula
    CELLA having data like below
    Please Login or Register  to view this content.
    I would like to get in the CELL B , CELL C, CELL D
    Please Login or Register  to view this content.
    Last edited by nur2544; 07-31-2014 at 02:06 PM.

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Data separation by formula

    B1:

    =TRIM(MID(SUBSTITUTE(TRIM($A1)," ",REPT(" ",100)),MAX((COLUMN(A1)-1)*100,1),100))

    Copy over and down
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Forum Contributor
    Join Date
    06-08-2012
    Location
    BD
    MS-Off Ver
    Microsoft Office 2016
    Posts
    633

    Re: Data separation by formula

    hi daffodil11, Thanks for reply , yes i am getting desire output for CELL B, would you please work for CELL C , & CELL D . as i need total three formula for getting my desire output.

    I would like to get in the CELL B , CELL C, CELL D

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Data separation by formula

    B1
    =trim(mid(substitute(trim($a1)," ",rept(" ",100)),max((column(a1)-1)*100,1),100))

    c1
    =trim(mid(substitute(trim($a1)," ",rept(" ",100)),max((column(b1)-1)*100,1),100))

    d1
    =trim(mid(substitute(trim($a1)," ",rept(" ",100)),max((column(c1)-1)*100,1),200))

  5. #5
    Forum Contributor
    Join Date
    06-08-2012
    Location
    BD
    MS-Off Ver
    Microsoft Office 2016
    Posts
    633

    Re: Data separation by formula

    hi daffodil11, it works perfectly , my requirements is fulfillment now, thanks for your valuable time for me , I really appreciated your nice job…

+ 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] Data separation by using formula FIND, MID
    By nur2544 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-12-2014, 01:34 PM
  2. [SOLVED] Text separation by formula
    By nur2544 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-22-2013, 10:53 AM
  3. [SOLVED] TEXT separation by formula
    By nur2544 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-10-2013, 11:43 AM
  4. Formula to enable separation of data by business hours on weekdays?
    By Tonkstar in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-08-2013, 09:59 PM
  5. data separation
    By oxdude in forum Excel General
    Replies: 2
    Last Post: 03-01-2009, 04:52 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