+ Reply to Thread
Results 1 to 2 of 2

Transpose data into a tabular format

  1. #1
    Registered User
    Join Date
    08-01-2011
    Location
    usa
    MS-Off Ver
    Excel 2003
    Posts
    1

    Transpose data into a tabular format

    I have the following data.

    Description Description
    Item 900 900
    Item 300 400

    And i need to transpose this into a tabular format.

    Like this:

    Item Description Quantity.

    I found the following formula
    =INDIRECT(ADDRESS(TRUNC((ROW()-2)/3)+2,1,,,"Sheet1"))
    =INDIRECT(ADDRESS(1,MOD(ROW()-2,3)+2,,,"Sheet1"))
    =INDIRECT(ADDRESS(TRUNC((ROW()-2)/3)+2,MOD(ROW()-2,3)+2,,,"Sheet1")).

    The problem is that i have more that 1 million rows (around 10 mil) that a worksheet can hold.

    Is there another way i could do it?

    Thank you

  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,048

    Re: Transpose data into a tabular format

    please upload a sample workbook, showing what you have what your expected is and how you arrived at that. im sure we can help you outTo Attach a File:

    1. Click on Go Advanced
    2. In the frame Attach Files you will see the button Manage Attachments
    3. Click the button.
    4. A new window will open titled Manage Attachments - Excel Forum.
    5. Click the Browse... button to locate your file for uploading.
    6. This will open a new window File Upload.
    7. Once you have located the file to upload click the Open button. This window will close.
    8. You are now back in the Manage Attachments - Excel Forum window.
    9. Click the Upload button and wait until the file has uploaded.
    10. Close the window and then click Submit.
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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