+ Reply to Thread
Results 1 to 3 of 3

Rows to Columns Transpose Error

  1. #1
    Registered User
    Join Date
    08-11-2016
    Location
    New York
    MS-Off Ver
    2013
    Posts
    78

    Rows to Columns Transpose Error

    Hello,

    I ran into a problem while combining multiple rows and columns. The goal behind this is I am merging multiple columns or rows of data into two lists. I used an Index, Match array function but after a certain amount of rows I run into errors. I enclosed a sample of the problem.

    Thank you for your time
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,047

    Re: Rows to Columns Transpose Error

    I changed your 1st formula to this...
    =INDEX(A:A,SMALL(IF($C$2:$E$359<>"",ROW($C$2:$E$359)),ROWS($1:1)))
    still CSE

    However, Im not really sure what you are trying to do here, can you explain a bit more please?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    08-11-2016
    Location
    New York
    MS-Off Ver
    2013
    Posts
    78

    Re: Rows to Columns Transpose Error

    Thank You for your quick reply! Yes, the goal behind this formula was to combine the values of rows and columns into two lists. For example
    List Value Value II Value III
    Apple +Red "Blue" {Green}
    Banana +Yellow "Brown"

    The goal would be for that to look like this:
    List1 Color
    Apple +Red
    Apple "Blue"
    Apple {Green}
    Banana +Yellow
    Banana "Brown"

    However like in the sample I provided in the previous post after about 100 rows or so I run into errors where it no longer reflects what's in the list...

    For example after 100 (or so rows) instead of having this..
    Banana +Yellow
    Banana "Brown"

    It would start returning values like this:
    Banana "Yellow"
    Banana "Brown"

+ 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. Replies: 4
    Last Post: 01-26-2015, 03:08 PM
  2. [SOLVED] Formula to transpose rows to new columns and columns to new rows in Excel
    By bjnockle in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-26-2014, 06:28 PM
  3. Replies: 1
    Last Post: 01-24-2014, 06:20 PM
  4. Replies: 14
    Last Post: 08-01-2013, 08:48 AM
  5. [SOLVED] Transpose Columns to Rows (automatically inserts new rows)
    By kichkichkich in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-28-2012, 05:38 AM
  6. Replies: 2
    Last Post: 01-01-2012, 05:54 AM
  7. Transpose Columns To Rows (with Variable Columns)
    By G.HendriX in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-08-2011, 08:40 PM

Tags for this Thread

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