+ Reply to Thread
Results 1 to 7 of 7

split numbers with comma

  1. #1
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    split numbers with comma

    as split these numbers with the formula in 2 columns?

    before
    12,25
    9,899
    458,966
    44,55
    0,987
    1155,006
    77,88
    4589,32015

    after
    12 25
    9 899
    458 966
    44 55
    0 987
    1155 006
    77 88
    4589 32015

    Thank you in advance.
    max_max
    -------------------------------------------------------
    Come dividere questi numeri con virgola in 2 colonne?

    prima
    12,25
    9,899
    458,966
    44,55
    0,987
    1155,006
    77,88
    4589,32015

    dopo
    12 25
    9 899
    458 966
    44 55
    0 987
    1155 006
    77 88
    4589 32015

    anticipatamente ringrazio.
    max_max

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: split numbers with comma

    Hi Max,

    I would suggest that you upload a spreadsheet sample with your data. Your post can't tell us what the properties of your data are.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: split numbers with comma

    Hi Alkey

    split number.xlsx

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: split numbers with comma

    =INT(A2) and =MID(A2,FIND(".",A2)+1,255)+0
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: split numbers with comma

    Left Part

    =VALUE(LEFT(A2,FIND(".",A2)-1))

    Right part

    =VALUE(RIGHT(A2,FIND(".",A2)-1))

  6. #6
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: split numbers with comma

    Thanks alkey - martindwilson
    folmule the work.
    Translated into Italian

    martindwilson:
    =INT(A2)
    =STRINGA.ESTRAI(A2;TROVA(",";A2)+1;255)+0

    alkey:
    =VALORE(SINISTRA(A2;TROVA(",";A2)-1))
    =VALORE(DESTRA(A2;TROVA(",";A2)-1))

    Thank you.
    Greetings from Italy.
    max_max

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

    Grazie alkey - martindwilson
    le formule funzionano
    Tradotte in italiano

    martindwilson:
    =INT(A2)
    =STRINGA.ESTRAI(A2;TROVA(",";A2)+1;255)+0

    alkey:
    =VALORE(SINISTRA(A2;TROVA(",";A2)-1))
    =VALORE(DESTRA(A2;TROVA(",";A2)-1))

    Grazie.
    Un saluto dall'Italia.
    max_max
    Last edited by max_max; 11-10-2013 at 05:08 PM. Reason: translation error

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: split numbers with comma

    You're welcome. Don't forget to thank those who helped by clicking on Add Reputation * and please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

+ 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. Split Full Addresses without comma's
    By peezy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-03-2013, 05:24 PM
  2. Please Help - split a string having both comma (,) and semicolon(;)
    By Chandan.jha in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-06-2012, 01:53 AM
  3. Split comma seperated column in to new rows
    By singy33 in forum Excel General
    Replies: 1
    Last Post: 08-06-2009, 12:35 PM
  4. Split Column at comma
    By KarambaStar in forum Excel General
    Replies: 5
    Last Post: 04-11-2008, 12:45 PM
  5. How to split a value seperated by comma?
    By Ticktockman in forum Excel General
    Replies: 2
    Last Post: 03-23-2006, 12:25 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