+ Reply to Thread
Results 1 to 5 of 5

pivot table in reverse

  1. #1
    Wim
    Guest

    pivot table in reverse

    I' ve got a spreadsheet with events as row headings, people's names as
    column headings and dates in the cells. E.g.
    Person 1 Person 2
    Birthday 01/07/61 05/10/67
    Anniversary 10/08/90 10/11/92

    (Actually the list is much longer....)

    Now I want to make a new list list converting the above data to [dates
    (in column 1; event in column 2; person in column 3]. Sort of pivot
    tables in reverse......!!

    How to?

    Wim


  2. #2
    Forum Expert
    Join Date
    01-03-2006
    Location
    Waikato, New Zealand
    MS-Off Ver
    2010 @ work & 2007 @ home
    Posts
    2,243
    Hi,

    I may not be reading your post correctly but I think searching for "Transpose" in the Help files may point you in the right direction.
    Also, with the flexibility of pivot tables it is possible that these may be able to do what you want as well.

    If I have the layout correct, a straight out formulae approach could use a new sheet with:
    cell A1 =OFFSET('Look up Sheet'!A$3,0,ROW(A1)-1,1,1)
    cell B1 =OFFSET('Look up Sheet'!A$2,0,ROW(A1)-1,1,1)
    cell C1 =OFFSET('Look up Sheet'!A$1,0,ROW(A1)-1,1,1)
    and these cells copied down for as many rows as needed.


    hth
    Rob Brockett
    NZ
    Always learning & the best way to learn is to experience...

  3. #3
    Debra Dalgleish
    Guest

    Re: pivot table in reverse

    To reorganize the data, you can use the "unpivot' technique described by
    John Walkenbach:

    http://j-walk.com/ss/excel/usertips/tip068.htm


    Wim wrote:
    > I' ve got a spreadsheet with events as row headings, people's names as
    > column headings and dates in the cells. E.g.
    > Person 1 Person 2
    > Birthday 01/07/61 05/10/67
    > Anniversary 10/08/90 10/11/92
    >
    > (Actually the list is much longer....)
    >
    > Now I want to make a new list list converting the above data to [dates
    > (in column 1; event in column 2; person in column 3]. Sort of pivot
    > tables in reverse......!!



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


  4. #4
    Wim
    Guest

    Re: pivot table in reverse

    Thanks a million for the greatr suggestions. Esp. the pivot table
    suggestion from Debra is great.
    Wim


  5. #5
    Forum Expert
    Join Date
    01-03-2006
    Location
    Waikato, New Zealand
    MS-Off Ver
    2010 @ work & 2007 @ home
    Posts
    2,243
    Thanks for the feedback, & thanks also to Debra - that link's now in my "may come in handy" list.

    Rob Brockett
    NZ
    Always learning & the best way to learn is to experience...

+ 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