+ Reply to Thread
Results 1 to 3 of 3

Data extraction from a cell into multiple

  1. #1
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2007
    Posts
    352

    Data extraction from a cell into multiple

    Dear Sir,

    I have address data in a column in a single cell, I just want to seprate it as "Street" City, Zip, and Country.

    I have attached a sample sheet for reference with the desired result.

    Thanks in advance, really appreciate your help.
    Attached Files Attached Files
    Last edited by udprocks; 02-20-2019 at 04:22 PM.
    If answer helped you say Thanks by Add Reputation

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Data extraction from a cell into multiple

    Please try at
    E2
    =SUBSTITUTE(LEFT(A1,FIND(",",A1)-1),F2,"")
    D2
    =TRIM(RIGHT(SUBSTITUTE(LEFT(A1,FIND(",",A1)-1)," ",REPT(" ",20)),20))

    G2:I2
    =MID(MID($A1,FIND(",",$A1)+2,90),INDEX({1,4,15},COLUMNS($G2:G2)),INDEX({2,10,15},COLUMNS($G2:G2)))


    or E2 drag across and down
    =TRIM(RIGHT(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE($A1,",",""),TRIM(F2&" "&G2&" "&H2&" "&I2),"")," ",REPT(" ",20)),40*(1+(COLUMNS($E2:E2)=1)*9)))
    Attached Files Attached Files
    Last edited by Bo_Ry; 02-20-2019 at 01:24 PM.

  3. #3
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2007
    Posts
    352

    Re: Data extraction from a cell into multiple

    thank you so much for quick response and solution sir, It's working like a charm.
    Is this formula also work in Excel Office 365 ?

+ 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. Data extraction from multiple workbooks not working
    By rohit231986 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-16-2015, 04:39 AM
  2. data extraction from multiple files
    By AnushPatel in forum Excel General
    Replies: 2
    Last Post: 10-31-2014, 03:26 AM
  3. Replies: 0
    Last Post: 02-02-2014, 08:42 AM
  4. Replies: 2
    Last Post: 10-11-2012, 05:24 AM
  5. Data Extraction for Multiple Column (Formula or Macro)
    By sumairaashraf in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-17-2012, 03:06 PM
  6. multiple sheet data extraction question
    By Vekkor in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-10-2011, 08:03 PM
  7. Automated Data Extraction from Multiple Workbooks
    By ERamey in forum Excel General
    Replies: 1
    Last Post: 10-05-2006, 04:53 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