Consulting

Results 1 to 2 of 2

Thread: Solved: converting multi-dimension array to single-dimension

  1. #1
    VBAX Regular
    Joined
    Aug 2006
    Posts
    82
    Location

    Solved: converting multi-dimension array to single-dimension

    I'm struggling to figure out a way to convert a 2-dimensional array with horizontal data to a 1-dimensional array, or even just a single column of data. Basically, I need to take a data table that is laid out like a calendar going out several months and line it up in a column. Is it necessary to go with an array or is there an easier way to flip the numbers? Once I have a strategy, I think I will be OK.

  2. #2
    VBAX Regular
    Joined
    Aug 2006
    Posts
    82
    Location
    After further digging, I think I can use the TRANSPOSE function to get what I need. The first page will take some work to complete, but I can cut and paste to the other worksheets and workbooks.

    I'm learning!

Posting Permissions

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