Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Split data

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    20
    Rep Power
    0

    Split data

    Hello, I have a list of pairs, eg 01,23 or 24,37 ... I will not put on the forum is great because of 174 pairs, I wanted to divide by 10 to 15 columns, example 01,23 35,36 , 24,35 .... 10 to 15 columns side by side You can see please! My excel 2010, seven

  2. #2
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    Hi jan,

    Welcome to ExcelFox !!

    The question is not clear (at least to me). Can you attach a sample workbook with expected results.
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  3. #3
    Junior Member
    Join Date
    Jun 2012
    Posts
    20
    Rep Power
    0
    Hello Rick, is split into 10 or 15 lists of 174 columns, only this> Thanks

  4. #4
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    jan, your question needs to be rephrased so that the developers understand what you are trying to achieve.
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  5. #5
    Junior Member
    Join Date
    Jun 2012
    Posts
    20
    Rep Power
    0
    Hello, i have a column of 174 rows by 15 columns I want to share only that I want to have on your desktop screen viewing of 15 columns, only this Rick, is how to divide a straight and 15 parts!! only of the word to break into 3 parts, I need only 15 shares this!

  6. #6
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    662
    Rep Power
    14
    Quote Originally Posted by jan View Post
    Hello, i have a column of 174 rows by 15 columns I want to share only that I want to have on your desktop screen viewing of 15 columns, only this Rick, is how to divide a straight and 15 parts!! only of the word to break into 3 parts, I need only 15 shares this!
    You keep referring to "Rick" in your messages... I am Rick and this is the first time I am responding to your message. Admin and Excel Fox (the two previous respondents) are different people and neither of those people is me.

    Okay, unfortunately I have to repeat what Admin and Excel Fox have told you... your message so far are not clear enough for us to figure out what you want. I know this must be frustrating for you, but you have to keep one thing in mind when you post questions to a forum such as this one... while you can see your data and you know exactly what you want to do with it, none of us here can see your data, nor do we know what you want to do with it, unless you tell us in full detail what your data looks like and what you want to do with it. So far, you have not done that. Admin's suggestion was the best... attach a copy of your workbook to your message and in that workbook show us your data as it exists and, on another sheet, how it should look after being processed. If you cannot attach your workbook (for security reasons perhaps), then at least show us, say, 3 lines of existing data and then show us what you want that data to look like after being processed.

  7. #7
    Junior Member
    Join Date
    Jun 2012
    Posts
    20
    Rep Power
    0
    Been trying to think of a way to get random numbers 1 to 98 generated without repeating in the same column, however also getting it to perform the same opertaion in 25 or 30 more columns (B:J) without the same number appearing in the same row.

    example

    1 2 5 4
    2 5 3 1
    3 4 1 5
    4 1 2 3
    5 3 4 2

    Unsure if this is possible, have created a basic script for random number generation but have no clue how to expand across columns.

  8. #8
    Junior Member Haseeb A's Avatar
    Join Date
    Apr 2011
    Posts
    21
    Rep Power
    0
    Hello Jan,

    Try this. Assuming numbers range is B2:B99

    In B2,

    =INT(RAND()*98+1)

    In B3, with CTRL+SHIFT+ENTER, rather than just ENTER

    =SMALL(IF(ISNA(MATCH(ROW(B$2:B$99)-ROW(B$2)+1,B$2:B2,0)),ROW(B$2:B$99)-ROW(B$2)+1),INT(RAND()*(98-ROWS(B$3:B3)))+1)

    Then copy B3 & paste until B99. After Copy B2:B99 & paste to other columns.

    This may slow down the calculation speed, especially if you have used in multiple rows & columns.

    Hope this helps,
    Haseeb

  9. #9
    Junior Member
    Join Date
    Jun 2012
    Posts
    20
    Rep Power
    0
    Hello, HASEEB, good work, can turn into a spreadsheet excel 2010?, Please I low as ready file

  10. #10
    Junior Member
    Join Date
    Jun 2012
    Posts
    20
    Rep Power
    0
    There's something wrong with this formula ... I did not find where ... But it does not work ... have to generate 25 to 30 columns ok

Similar Threads

  1. Replies: 5
    Last Post: 05-28-2013, 03:00 AM
  2. Replies: 2
    Last Post: 03-05-2013, 07:34 AM
  3. Replies: 12
    Last Post: 08-19-2012, 06:17 PM
  4. Split data based on criteria
    By Mahesh.sreekakulam in forum Excel Help
    Replies: 3
    Last Post: 06-08-2012, 09:30 PM
  5. split data into multiple workbooks with 3 conditions.
    By malaionfun in forum Excel Help
    Replies: 5
    Last Post: 05-11-2012, 11:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •