+ Reply to Thread
Results 1 to 5 of 5

Shortcut in Transposing Rows to Column

  1. #1
    Registered User
    Join Date
    03-22-2010
    Location
    Manila
    MS-Off Ver
    Excel 2007
    Posts
    46

    Shortcut in Transposing Rows to Column

    Good Morning, I just want to know if there is a short cut for the 'Transpose" function doing rows to column. I have 6000 rows that I need to transpose but I want to transpose 10 rows to 10 columns in row #1, then another 10 rows to 10 columns in row #2 etc.

    ex.
    rows 1-10 transpose to A1, A2, A3, A4, A5, A6, A7, A8, A9, A10
    rows 11-20 transpose to B1, B2, B3, B4, B5, B6, B7, B8, B9, B10
    rows 21-30 transpose to C1, C2, C3, C4, C5, C6, C7, C8, C9, C10

    I attached a sample file for example.

    Thanks in advance!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    10-17-2010
    Location
    Nottingham, England
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013, 2016, 2019, 365
    Posts
    294

    Re: Shortcut in Transposing Rows to Column

    Try the attached

    Sheet 1 has your original data. I named column A sourcedata to make life easier.

    Sheet 2 has a formula in cell A1 which I copied across and down.
    =INDEX(sourcedata,ROW()*10-(10-COLUMN()))
    Once you have this, you can copy > paste special > values if you want to get rid of the formulae.
    Attached Files Attached Files
    Kind Regards,

    Out of the Hat

    "Computers are stupid - they do EXACTLY what you tell them to"

    If I've helped you with a problem, please say thanks by clicking the small star icon on the left.

  3. #3
    Registered User
    Join Date
    03-22-2010
    Location
    Manila
    MS-Off Ver
    Excel 2007
    Posts
    46

    Re: Shortcut in Transposing Rows to Column

    Wow, this is so great! It took me 1 hour to do a hundred and I just figured to ask from your help after doing 500
    But anyway, thank you so much outofthehat! You made life easier for me! Mwah!

  4. #4
    Registered User
    Join Date
    03-06-2013
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Shortcut in Transposing Rows to Column

    Great Solution and simple! I found your solution after browsing a number of macros to do something similar and joined the forum. This is by far the simpler solution, easy to adjust for however many groups of rows you are working with and results immediately showed where my data needed cleanup also. Thanks Out of the Hat!

  5. #5
    Registered User
    Join Date
    02-14-2013
    Location
    London
    MS-Off Ver
    2010
    Posts
    1

    Re: Shortcut in Transposing Rows to Column

    Hi,

    I am looking for a formula to convert multiple columns into 1 column, I want the formula to start from cell C2


    A B C D E F
    Date Draw No.Numbers Numbers Numbers Numbers Numbers
    20/02/2013 84 81 66 23 56 17
    13/02/2013 83 29 37 51 89 61
    06/02/2013 82 48 62 31 6 34
    30/01/2013 81 13 23 4 61 83
    23/01/2013 80 71 54 19 72 37

    Please help....

+ 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