+ Reply to Thread
Results 1 to 2 of 2

Splitting The Column

  1. #1
    Forum Contributor
    Join Date
    07-17-2012
    Location
    bangalore
    MS-Off Ver
    Excel 2007
    Posts
    461

    Splitting The Column

    Hi All,

    I have address column and zip code. Here based on the Zip Code (Column B ) I need to split the address like before zip code in one column, zip code that matches in separate column and after zip code in separate column. Please find the attachment file.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Splitting The Column

    Formulas:

    C2: =LEFT(A2,FIND(B2,A2)-1)
    D2: =B2
    E2: =RIGHT(A2,LEN(A2)-FIND(B2,A2)-LEN(B2)+1)
    1. Click on the * Add Reputation if you think this helped you
    2. Mark your thread as SOLVED when question is resolved

    Modytrane

+ 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. Splitting cell/column in multiple column
    By rzhossain in forum Excel General
    Replies: 6
    Last Post: 04-17-2017, 08:00 AM
  2. Replies: 2
    Last Post: 07-09-2012, 01:44 PM
  3. splitting a column to 2
    By vikkam in forum Excel General
    Replies: 2
    Last Post: 07-11-2008, 01:00 PM
  4. Splitting the column
    By RussianBoy in forum Excel General
    Replies: 1
    Last Post: 06-26-2008, 03:17 AM
  5. Splitting a Column into 3
    By Katoomba Blue in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-21-2007, 10:08 AM
  6. Splitting a column
    By Jessee in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 05-03-2006, 05:12 PM
  7. Replies: 1
    Last Post: 03-11-2006, 07:50 AM

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