+ Reply to Thread
Results 1 to 3 of 3

Rearranging data

  1. #1
    Registered User
    Join Date
    03-02-2010
    Location
    Adelaide, Australia
    MS-Off Ver
    Excel 2007
    Posts
    5

    Rearranging data

    Hi,

    I am looking for a way to automate / formulate the 'transposition' of data. The data is held in multiple rows across three columns and I want the final product to be held in a single row with the three colums repeated across the one row - please refer to the attached example (a bit difficult to explain in words!).

    I have tried a Pivot Table but have not been able to get the data into a single row Perhaps I'm not using Pivot Tables correctly (I am a novice in 'Pivots' and not very goosd in Excel in general). Perhaps the solution is a formula, or something else??

    Cheers,
    BFee
    Attached Files Attached Files
    Last edited by BFee; 07-28-2010 at 01:50 AM. Reason: Problem solved!

  2. #2
    Registered User
    Join Date
    07-15-2010
    Location
    Daegu, Korea
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Rearranging data

    in L11
    =IF(COUNTIF($C$11:$C$27,$K11)<INT((COLUMN()-9)/3),"",OFFSET($C$10,SMALL(IF($C$11:$C$27=$K11,ROW($C$11:$C$27)-10),INT((COLUMN()-9)/3)),MOD(COLUMN(),3)+1))
    with [Ctrl + Shift + Enter]
    & copy & paste to another cells

  3. #3
    Registered User
    Join Date
    03-02-2010
    Location
    Adelaide, Australia
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Rearranging data

    Thanks so much Rethguals!

    Apologies for the delayed reply ... been ill. I have applied the formula and, whilst I'm still struggling to understand it, it works! Also, I had no knowledge of the CSE [Control + Shift + Enter] function ... a great one to remember when needing an array in an 'IF' formula.

    Thanks again,
    Ben

+ 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