+ Reply to Thread
Results 1 to 3 of 3

Transpose multiple?

  1. #1
    Registered User
    Join Date
    10-07-2016
    Location
    Lincolnshire
    MS-Off Ver
    2010
    Posts
    15

    Transpose multiple?

    Hi all,

    I'm hoping someone can help. I've been given a spreadsheet that has just over 2000 rows. From the attached image you'll get an idea (actual data has obviously been changed). Each record has 6 rows with the field name showing. I nneed to have them in the correct columns but obviously that's not a straight transpose. I'm thinking an IF statement saying if cell = Name, cell to right is moved to next blank cell in a column I choose. If I did that as a nested IF for all fields I'd evenntually get the right columns.

    Unless annyone can suggest a simpler route.

    Any help very much appreciated!

    Data_Transpose.png

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Transpose multiple?

    HOW TO ATTACH YOUR SAMPLE WORKBOOK:

    Fast answers need clear examples. Post a small Excel sheet (not a picture) showing realistic & representative sample data WITHOUT confidential information (10-20 rows, not thousands...) and some manually calculated results. Just before posting, scroll down to GO ADVANCED, click, and then scroll down to MANAGE ATTACHMENTS and click again. Now follow the instructions at the top of that screen.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    10-07-2016
    Location
    Lincolnshire
    MS-Off Ver
    2010
    Posts
    15

    Re: Transpose multiple?

    I found the answer to my own question. If I use the formula:

    =IF(COLUMNS($A:A)>6,"",INDEX($A:$A,COLUMNS($A:A)+6*(ROWS($1:1)-1),1))

    then copy it across the columns it pulls the correct data for me!

+ 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. [SOLVED] Transpose multiple columns to multiple rows with Stack
    By Lina2019 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-22-2019, 08:32 AM
  2. Transpose multiple rows to multiple columns in Excel
    By Angelko in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-16-2018, 10:43 AM
  3. Transpose multiple columns with multiple rows into one column
    By trizzle2131 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-22-2015, 12:28 PM
  4. Replies: 2
    Last Post: 12-09-2013, 05:34 AM
  5. [SOLVED] Multiple rows to multiple columns transpose
    By major88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-25-2013, 01:44 AM
  6. Replies: 4
    Last Post: 03-08-2013, 09:49 AM
  7. [SOLVED] How to transpose non-uniform data in multiple columns into multiple rows?
    By alexxgalaxy in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-03-2013, 08:40 PM

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