+ Reply to Thread
Results 1 to 4 of 4

how to separate column values

  1. #1
    Registered User
    Join Date
    02-26-2017
    Location
    Texas
    MS-Off Ver
    MAC Excel 2016
    Posts
    75

    how to separate column values

    Hi,

    I have the following in one column
    A1BG|1
    A1CF|29974
    A2BP1|54715
    A2LD1|87769
    A2ML1|144568
    A2M|2


    There are 2 values(name|number) separated by a "|" , and I want to make the first values(name) in a column and the other numbers in another column

    so the out put will be

    Please Login or Register  to view this content.

    Thank you,
    Last edited by Marwah; 03-04-2017 at 10:34 PM.

  2. #2
    Registered User
    Join Date
    02-26-2017
    Location
    Texas
    MS-Off Ver
    MAC Excel 2016
    Posts
    75

    Re: how to separate column values

    I found the solution Thanks

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: how to separate column values

    In B1, copied across and down:

    =TRIM(MID(SUBSTITUTE("|"&$A1,"|",REPT(" ",125)),125*COLUMNS($A:A),125))

    Ooops. Forgot to refresh before posting!!
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    02-26-2017
    Location
    Texas
    MS-Off Ver
    MAC Excel 2016
    Posts
    75

    Re: how to separate column values

    Thank you for your answer

+ 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. Assign values to categories of values based on separate column attribute.
    By jenbot83 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-06-2017, 02:17 PM
  2. Replies: 1
    Last Post: 11-17-2014, 09:59 AM
  3. [SOLVED] Rank values in a separate column?
    By Boo123 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-26-2013, 03:40 AM
  4. [SOLVED] Store Column A & B values in separate arrays for every unique value in Column A
    By tenscourts in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-30-2012, 09:53 AM
  5. separate column and put the values in the right place
    By keis386 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-11-2011, 11:16 AM
  6. need to separate values from one column to two columns, is that possible?
    By Aquamath in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-17-2011, 08:40 AM
  7. How do I add the values of duplicates together in a separate column?
    By banestyrelsen in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 03-31-2008, 06:23 AM

Tags for this Thread

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