+ Reply to Thread
Results 1 to 3 of 3

How to move numerous sets of data from columns to rows within a table?

Hybrid View

  1. #1
    Registered User
    Join Date
    01-02-2012
    Location
    Melbourne
    MS-Off Ver
    Excel 2003
    Posts
    63

    How to move numerous sets of data from columns to rows within a table?

    Hi there

    Aside from the "Paste Special's" TRANSPOSE checKbox, im not sure what other functions there are on excel that can solve this small issue of mine.

    Ive attached the file with the original issue and the ideal scenario.

    Any assistance would be greatly appreciated

    Cheers
    Rob
    Attached Files Attached Files

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: How to move numerous sets of data from columns to rows within a table?

    you could do something like this assuming that the table is sorted by Column B. requires a count on row 1 above the transposed table, but once you have the transposed data you can paste values and delete it.

    =IF(COUNTIF($B:$B,$G2)>H$1,INDIRECT("C"&MATCH($G2,$B:$B,0)+H$1),"")
    Attached Files Attached Files
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  3. #3
    Registered User
    Join Date
    01-02-2012
    Location
    Melbourne
    MS-Off Ver
    Excel 2003
    Posts
    63

    Re: How to move numerous sets of data from columns to rows within a table?

    hey thanks bud, worked perfectly!

+ 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