+ Reply to Thread
Results 1 to 4 of 4

Data Cleanup

  1. #1
    Registered User
    Join Date
    10-29-2015
    Location
    india
    MS-Off Ver
    2013 standard
    Posts
    12

    Data Cleanup

    Hi,

    We are trying to extract
    'PALM BEACH' from this address - "35278 A KAMLAI BHAVAN 2074 B DARSHANDARBAR RD SEC 6 PALM BEACH RD NERUL,-400478" same-wise
    'NRI COMPLEX' from "2-50345 SEAWOODS ESTATES NRI COMPLEXSEC 54 56 AND 58 ROADNERUL-4007056". There are many more sample had been attached.

    We had tried with text to columns but as keyword is not located at same length in each address it can't be used.'Contains' function also can't be used as keyword is not same across each address.

    Is there any different approach to this problem.

    Attached excel had desired output.

    Please let us know anything else is needed for Analysis.

    Thanks in advance

    Regards,
    Ramesh
    Attached Files Attached Files
    Last edited by harshalcr9; 12-17-2015 at 05:51 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Data Cleanup

    I'm pretty sure that's going to be impossible unless you use some kind of lookup table.

    The only other thing that could work is, if you don't have a large amount of different desired outputs, combining IF and FIND like:

    =IF(ISERROR(FIND("NRI",A17)),IF(ISERROR(FIND("PALM BEACH",A17)),IF(ISERROR(FIND("GAON",A17)),,"GAON"),"Palm Beach"),"NRI")

  3. #3
    Registered User
    Join Date
    10-29-2015
    Location
    india
    MS-Off Ver
    2013 standard
    Posts
    12

    Re: Data Cleanup

    Thanks for above post ..

    Actually we don't have keyword(localities) for each address and even if know keywords for each address, our data is in millions.

    Is there any other approach which we see!!

  4. #4
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Data Cleanup

    No, absolutely not, Excel needs structured data. If you don't know what you're looking for, then it can't find it.

+ 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 cleanup: separating values in a column
    By ikaros in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-11-2015, 11:16 AM
  2. Cleanup telephone numbers that have some text data
    By djarcadian in forum Excel General
    Replies: 4
    Last Post: 08-19-2014, 08:03 AM
  3. external data - cleanup existing connections
    By edstevens in forum Excel General
    Replies: 1
    Last Post: 04-26-2013, 12:03 PM
  4. File Cleanup & Insert Data
    By ryannjohnsonn in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-25-2012, 10:15 AM
  5. Inefficient/slow data cleanup code
    By teitoku in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 12-01-2010, 06:59 PM
  6. 'data cleanup' problem
    By zobufeja in forum Excel General
    Replies: 3
    Last Post: 01-29-2010, 09:28 AM
  7. Macro to cleanup data
    By Castlewood in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-19-2008, 06:31 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