One cell into many colums

Hello All,
I have a column row_id which has a value like '1,2,3,4'
Is there any way I can make this into 4 columns
1
2
3
4
Please advice.
Thanks !

Pages 3 has table-to-text & text-to-table converting tables to tab-delimited text & vice versa. You could copy & paste the table into Pages, convert it to text & then export the file as plain text, which will be tab-delimited.

Similar Messages

  • Non-.CSV format:  expand data from one cell to many

    I would like to expand this data from one cell to many where each space is the delineator as well as the /slash.
    Example data: 
    Mr. Bernardo Mestido/Portugal
    Ms. Renata Sateel/Germany
    -Thank you for any help!

    Here is a simple script which does the trick :
    --{code}
    --[SCRIPT exploder ]
    Yvan KOENIG (VALLAURIS, France)
    2011/09/19
    on run
    Here the clipboard contains the datas to 'explode' *)
              my remplace(the clipboard as text, space, tab)
      set the clipboard to my remplace(result, "/", tab)
    Now you may paste in a table *)
    end run
    --=====
    replaces every occurences of d1 by d2 in the text t
    on remplace(t, d1, d2)
              local oTIDs, l
              set oTIDs to AppleScript's text item delimiters
              set AppleScript's text item delimiters to d1
              set l to text items of t
              set AppleScript's text item delimiters to d2
              set t to l as text
              set AppleScript's text item delimiters to oTIDs
              return t
    end remplace
    --=====
    --[/SCRIPT]
    --{code}
    Yvan KOENIG (VALLAURIS, France) lundi 19 septembre 2011 23:06:15
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How do I divide a list in one cell into multiple rows?

    I have copied lists of data from a website - some lists pasted as I want them (in individual rows), but others pasted the list in one row.  Is there an easy way to split a list in a single cell into multiple cells so ultimately I can sort all the rows?  I've tried "split the selected cells into rows" in the inspector, but it's not working... seems like it's creating another column instead (?).  Any help would be amazing.

    K,
    I find that Pages has the friendliest Find and Replace dialog, so when I need to swap around the delimiters I go straight to Pages and do the fixes there. Replace whatever is there between columns in the original content with Tab characters and replace whatever is there now for delimiting the rows with the Return character. Since it's sometimes difficult to tell what has been used, just copy it from the content and Paste into the Find field. Choose the Tab or Return character from the Replace drop down menu.
    When you have it all fixed up, then paste into Numbers.
    Jerry

  • SQL help, how to split one row into many rows

    Hi,
    I got a question on SQL. One table, structure like this: (2 columns)
    A 123,456,789
    B 012,345
    C 678,901,234
    How to get the final result like below:
    A 123,
    A 456,
    A 789
    B 012,
    B 345,
    C 678,
    C 901,
    C 234
    Do I have to use PL/SQL? Appreciate any thought you have on it!

    i doubt the second column string operation can be acheived within single query to break it into rows.
    but here is the pl/sql to do it.
    SQL> create table test_data(col1 varchar2(5), col2 varchar2(30))
      2  /
    Table created.
    SQL> insert into test_data values('A','123,456,789')
      2  /
    1 row created.
    SQL> insert into test_data values('B','012,345')
      2  /
    1 row created.
    SQL> insert into test_data values('C','678,901,234')
      2  /
    1 row created.
    SQL>
    SQL> set serveroutput on
    SQL>
    SQL> declare
      2    pos   number:=0;
      3    str   test_data.col2%type;
      4  begin
      5    for i in (select col1, col2 from test_data)
      6    loop
      7      str := i.col2||',';
      8      loop
      9        pos := instr(str, ',');
    10        dbms_output.put_line(i.col1||' '||substr(str, 1, pos-1));
    11        str := substr(str, pos+1);
    12        exit when str is null;
    13      end loop;
    14    end loop;
    15  end;
    16  /
    A 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    A 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    A 789                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    B 012                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    B 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    C 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    C 901                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    C 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    PL/SQL procedure successfully completed.

  • How to split one request into many to reduce response time

    Hi,
    In a request I may get more than 20-30 materials for which, pricing info need to be returned. Its increasing the load on SAP and XI is not waiting for a long time to get the price. Please let me know a work around for this otherthan BPM.
    Or is there any mechanism by which I can split the XML into multiple XMLs and process multi small requests.
    Thanks
    Seshu

    Hi Seshu -
    Timeouts can be tricky in synchronous cases with all the various components of XI.  In your case, you've implied that the RFC receiver adapter is being used to talk to SAP and it's taking a long time for SAP to process this request and send back a response.  Are you getting a '...MessageExpiredException'?  If so, the parameter 'xiadapter.inbound.timeout.default' in the 'SAP XI Adapter: XI' J2EE service would be relevant (see Note 791379 for details).  The 'syncMessageDeliveryTimeoutMsec' parameter of the 'SAP XI Adapter: RFC' J2EE service is only relevant if you're using the RFC sender adapter.
    Other timeout settings may come into play.  <a href="http://service.sap.com/~sapidb/011000358700005909032005E/XI30XI70_TroubleGuide.pdf">The XI Troubleshooting guide</a> has some good information on this.
    Also, if this scenario is required to be synchronous, there's no way to split the request without using BPM as synchronous requests cannot be sent to multiple receivers.
    Regards,
    Jin

  • How can i pull the value of one cell into the cell of another table?

    I want to pull the value (the result of a =SUM(x) formula as the starting value of a column in another table.  How can I do that?

    Yvan KOENIG (VALLAURIS, France) vendredi 10 février 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.3
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • Export splits 1 cell into several

    hi
    I would like to export the results of the query:
    select * from user_views;
    when i run the query, the result looks ok, i.e. each row is separate
    when i export this , the content of the views gets splitted into different rows;
    how can i export so the content of each cell stays in 1 cell?
    is this possible?
    thanks in advance for any tips!
    rdgs

    hi
    thanks for your answer; however this format still splits the cell into many rows;
    however i tried one by one every single format in this export and the following one keeps the data in 1 cell:
    html
    my version: 3.0.0.4
    so my issue is solved;
    rgds

  • How to add one infocube into multiple Multiproviders

    Dear Experts,
            I got a task to add one infocube into many(10) multiproviders. As per my knowledge,I have to add it manually by going through each and every multiprovider. Like this i have to do it for around 15 Infocubes and it's really time killing activity.
        Request you to help me out, is there any easier way to achieve this.
    Thanks in advance for your valuable assistance.
    Regards,
    Ramesh-Kumar.

    HI,
    You have to add each Infocube manually....Because after adding you have to assign Chars and KFs in the Multiprovider to the Particular Infoproviders...So you have to do this Task Manually only...There is no such one go process.....
    Thanks

  • How to calculate SUM from multiple numbers in one cell

    Is it possible to calculate SUM if I want to put multiple numbers in one cell?
    Many thanks in advance

    you can sum cell by using the sum() function.
    you can sum a row:
    =sum(1:1)
    will sum ALL cells in row 1
    you can sum a column:
    =sum(C)
    will sum all cells in column C
    you can sum a list of cells:
    =sum(A1, C5, E76, B1:5)
    will add together cells A1, C5, E76, B1, B2, B3, B4, and B5

  • How can I select rows of cells and merge them vertically into one cell in each column?

    I'm working in CS4 and need to be able to select 2 to 6 rows of cells (with many columns) in a table and then merge the selected cells vertically into one cell in each column. A few cells in the chart will not need to merge so I must select the ones that do. I have almost 100 pages of charts with cells that need merged this way by Tuesday. Please help!
    Top chart example needs to change to the bottom example.
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    Header 6
    100
    600
    300
    600
    20000
    120000
    2000
    500
    400
    50000
    10000
    5000
    3000
    200
    700
    67
    122
    600
    900
    100
    2
    7
    123
    1110
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    Header 6
    100
    500
    200
    100
    600
    400
    700
    900
    300
    5000
    30000
    2
    600
    10000
    67
    7
    20000
    2000
    122
    123
    120000
    5000
    600
    1110

    SmartCellMerge may help you:
    http://www.indiscripts.com/post/2012/04/improve-the-way-you-merge-cells-in-indesign
    @+
    Marc

  • How To Insert Cells Into One Column Only

    Can anyone advise me, how to insert a cell (or multiple cells) into +just one column+ whilst leaving everything else on the sheet exactly as it is?
    I'm migrating from Excel and can't find this functionality in Numbers
    Thanks in advance for any help

    Thank you for taking the time to reply, thereby removing the misery of me continuing to search for this absent function!
    I really wanted to like the iWork apps! I recently rebuilt one of my rigs and had the intention of making it a Microsoft-free computer - hence the purchase of iWork.
    However, the last few days of 'learning curve' I have stumbled upon an increasing number of incompatibilities and limitations when compared to Excel, and the lack of the function to insert a single cell into a sheet is the final deal-breaker for me, sadly.
    So, reluctantly, I am going to install my Microsoft Office 2008 suite and get back to where I was before. I will continue to look at the iWork apps but I suspect they'll fall to the wayside.
    Once again, many thanks for confirming what I was reluctantly concluding.

  • One music album fragments into many. How to prevent?

    (This is a problem that happens when I use my preferred method of viewing albums, "show items in a list, grid or with cover flow)
    When I import a single album which is a 2 or 3 CD set onto i-tunes, it shows each CD as a separate album, even though they're all part of the same album. When I try to drag the second or third album into the first, so as to merge them, I am unable. So, for example, I have three YES albums showing on itunes, which are in fact just one album consisting of three cds.
    Even more annoying is "Johnny Cash at Madison Square Garden." It's a single CD with only about 14 songs, but because some songs are listed as by "Johnny Cash," others by "Johnny Cash and the Carter Family," and etc., it has broken up one album into four little albums. Two of the "albums" only have one song each.
    Is there anyway to make iTunes understand that a double cd album, or a single album with a few variant performers, are in fact just one album? Can I merge them so each album really looks just like one album, not like many?
    Thanks

    check this post by TT2.

  • One-item PO into many invoices

    Hi,
    a customer would like the functionality of splitting the PO (with one item line) into several invoices.
    Is this at all possible via partial invoicing?
    Sincerely
    Ryan

    Dear,
    You mean to say one PO with Many Invoices,
    if my assumption is right yes you can receive many invoices for 1 item
    Regards
    venu gopal

  • Turning one long clip into many

    I'm new to I-Movie. I'm trying to edit several 20-minute mpeg4 files into one 10-minute movie. I need bits and pieces of each file. Must I import the same long files again and again into the clip pane, finding and marking the little bit that I want and deleting the rest over and over? Or is there a way to import the file once and to break it into many parcels (clips) from there?
    Thanks much.
    Carol
    MacBook Pro    

    Hi, Karsten,
    Thanks for your reply! As you suggested, I'm draggin & droppin with the control key pressed but there's no changing mouse cursor and while the whole clip is falling into the timeline it's disappearing from the clippane.
    Plan B sounds intriguing, but I'm apparently not executing it correctly. Apple T is the shortcut for splitting the clip, right? Does this mean I can split one clip again and again into different sections? Can I then assemble these sections on the clip pane in the correct order with other split clips from my other files?
    Thanks for your patience...
    Carol

  • ALV copy one cell and paste into 10 cell at the same time

    Hi,
    I have editable ALV. Requirement is to 1) copy one cell value and paste into 10 selected cell at the same time. 
                                                                  2) Pull doen cell like excel to copy cell value.
    Your help would be highly appreciated.

    Just a try,
    switch the Quick cut and paste option on,now select the data then
    select the cells of the column and right click for paste.
    Im not at all sure whether this will work

Maybe you are looking for

  • Oracle 8.1.5 for Linux-where!?

    HI, Oracle promised that shipping of Oracle 8.1.5 for Linux will begin last week of May. It is neary middle of June, but we have no CD shipping. Fathermore, there is no information abaut delay time. Best regards, Vladimir null

  • Post Create/Import Application Wizard Action

    I'm fairly new to working with SCCM 2012 R2 so most of this will be pure ignorance. I've had a fairly easy time learning how to craft my own forms and extensions using C# and xml. I'm even getting more and more comfortable using the Admin UI Console

  • Restoring iTunes onto new hard drive

    My HP PC is most likely going to have a new hard drive. I have all 6000 songs backed up on not one, but two Seagate drives. Each have the entire library. Better safe than sorry. Question: When I put iTunes on the new PC Hard drive----- *if I just hav

  • MY EFFECT PRESETS DISAPPEARED

    In Adobe 3.0 I seem to be able to access the plugins but all the presets that they originally came with, as well as the ones I had added have disappeared. Does anyone know how to restore them?

  • Anyone use Cineform Codecs and have trouble reading the entire clip in the new CC timelines?

    I have 3 36+ minute clips in an old CS4 timeline all originally encoded with a CineForm codec.  Recently upgraded to CC when computer took a dump. I openned the old timeline and updated it to CC but the timeline will only show the first minute of vid