+ Reply to Thread
Results 1 to 3 of 3

convert columns into rows and columns

  1. #1
    McDuck
    Guest

    convert columns into rows and columns

    I need to convert 10,000 item single column into 1,000 rows and 10 columns

    Thanks for your help
    --
    602 952 2526

  2. #2
    Alan Beban
    Guest

    Re: convert columns into rows and columns

    McDuck wrote:
    > I need to convert 10,000 item single column into 1,000 rows and 10 columns
    >
    > Thanks for your help

    If the functions in the freely downloadable file at
    http://home.pacbell.net/beban are available to your workbook

    =ArrayReshape(a1:a10000,1000,10) or
    =ArrayReshape(a1:a10000,1000,10,1) array entered into a range of 1000
    rows and 10 columns. Which you use depends on whether you want the
    value from A2 or A1001 to start the second column; you didn't specify.

    Alan Beban

  3. #3
    Toppers
    Guest

    RE: convert columns into rows and columns

    A liitle more explanation as to how the data is organised (input/output)
    might be helpful.

    "McDuck" wrote:

    > I need to convert 10,000 item single column into 1,000 rows and 10 columns
    >
    > Thanks for your help
    > --
    > 602 952 2526


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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