+ Reply to Thread
Results 1 to 4 of 4

des-concatenar Numbers

  1. #1
    Registered User
    Join Date
    03-29-2017
    Location
    Mexico
    MS-Off Ver
    Numbers
    Posts
    2

    des-concatenar Numbers

    Hola amigos, buenas tardes.. quisiera saber si me pueden ayudar a des-concatenar la siguiente columna:

    PAGO COMERCIAL MOTOS /AH000300116 - 1

    quisiera que se divida en una celda PAGO COMERCIAL MOTOS

    y en otra celda AH000300116 - 1

    Muchas gracias.


    -----------------------------------------------------------------------------------

    Hi guys .. can help me to un-concatenate the following column:

    PAYMENT COMMERCIAL MOTORS / AH000300116 - 1

    I would like it to be divided into a cell COMMERCIAL PAYMENT MOTOS

    And in another cell AH000300116 - 1

    Thank you very much.
    Last edited by Emmanuel gongora; 03-29-2017 at 12:19 PM.

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

    Re: des-concatenar Numbers

    With data in A1, use this in B1:


    =TRIM(LEFT(A1,FIND("/",A1)-1))

    and this in C1

    =TRIM(MID(A1,FIND("/",A1)+1,255))
    Attached Files Attached Files
    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

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,684

    Re: des-concatenar Numbers

    I would just use text to columns with / as the delimiter.

    EDIT: provided the cell in the next column is empty, otherwise it will overwrite the cell.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Registered User
    Join Date
    03-29-2017
    Location
    Mexico
    MS-Off Ver
    Numbers
    Posts
    2

    Re: des-concatenar Numbers

    Thanks guys, I work.

+ 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. Replies: 4
    Last Post: 12-17-2015, 12:33 AM
  2. [SOLVED] Insert row numbers into column A, reflect correct row numbers when I add or delete rows
    By jcambell in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2015, 02:18 PM
  3. Replies: 4
    Last Post: 05-08-2014, 09:43 PM
  4. Replies: 7
    Last Post: 02-27-2014, 10:56 PM
  5. [SOLVED] Convert all numbers stored as text or custom formatted to numbers &no decimals - 40 sheets
    By synses in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-19-2013, 01:46 AM
  6. Replies: 8
    Last Post: 11-01-2012, 07:49 PM
  7. [SOLVED] How to merge a numbers from 3 cells, eliminate repetitive numbers, and sort such numbers?
    By david gonzalez in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-22-2012, 11:59 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