+ Reply to Thread
Results 1 to 4 of 4

Pivot Table Questions

  1. #1
    William Elerding
    Guest

    Pivot Table Questions

    I tried asking this earlier, but did not phrase it well. I am having
    problems summarizing a list of the following data into a pivot table. The
    data are for times between various order processing activities. I'd like to
    develop a pivot table delineating the number of occurances (spread) by minute
    for each of these three tasks. I can do a pivot table for each of them, but
    not one master one with the minutes at the top of the pivot table, and
    occurances by minute for each of the three steps below it. Any thoughts or
    directions for me to follow?

    Each Occurances:

    Order" Collect" Receipt"
    5 4 9
    4 0 4
    14 5 20
    18 1 19
    4 2 6
    1 4 5
    1 3 3
    1 0 2
    … … …
    I'd like the table to look something like this:

    minutes 0" 1" 2" 3" …
    # Order
    # Collect
    # Receipt


  2. #2
    Gary''s Student
    Guest

    RE: Pivot Table Questions

    Hi William:

    By re-structuring you data you can make the pivot table a lot easier. Use
    only two columns:

    order 5
    order 4
    ..
    ..
    ..
    collect 4
    collect 0
    ..
    ..
    ..
    receipt 9
    receipt 4
    ..
    ..etc.

    Label the first column tasks and the second column values.
    When you construct the table, drag the tasks to the row area, count of
    values to the data area and values to the column area.


    --
    Gary's Student


    "William Elerding" wrote:

    > I tried asking this earlier, but did not phrase it well. I am having
    > problems summarizing a list of the following data into a pivot table. The
    > data are for times between various order processing activities. I'd like to
    > develop a pivot table delineating the number of occurances (spread) by minute
    > for each of these three tasks. I can do a pivot table for each of them, but
    > not one master one with the minutes at the top of the pivot table, and
    > occurances by minute for each of the three steps below it. Any thoughts or
    > directions for me to follow?
    >
    > Each Occurances:
    >
    > Order" Collect" Receipt"
    > 5 4 9
    > 4 0 4
    > 14 5 20
    > 18 1 19
    > 4 2 6
    > 1 4 5
    > 1 3 3
    > 1 0 2
    > … … …
    > I'd like the table to look something like this:
    >
    > minutes 0" 1" 2" 3" …
    > # Order
    > # Collect
    > # Receipt
    >


  3. #3
    William Elerding
    Guest

    RE: Pivot Table Questions

    Thanks "Gary"s Student", I'll give it a try. I'm trying make it an automated
    process where the pivot tables and graphs refresh when new data is inported
    onto the data-sheet. I'll play with a macro to reorganize the data on a
    hidden sheet, and then show the Pivot Table.

    "Gary''s Student" wrote:

    > Hi William:
    >
    > By re-structuring you data you can make the pivot table a lot easier. Use
    > only two columns:
    >
    > order 5
    > order 4
    > .
    > .
    > .
    > collect 4
    > collect 0
    > .
    > .
    > .
    > receipt 9
    > receipt 4
    > .
    > .etc.
    >
    > Label the first column tasks and the second column values.
    > When you construct the table, drag the tasks to the row area, count of
    > values to the data area and values to the column area.
    >
    >
    > --
    > Gary's Student
    >
    >
    > "William Elerding" wrote:
    >
    > > I tried asking this earlier, but did not phrase it well. I am having
    > > problems summarizing a list of the following data into a pivot table. The
    > > data are for times between various order processing activities. I'd like to
    > > develop a pivot table delineating the number of occurances (spread) by minute
    > > for each of these three tasks. I can do a pivot table for each of them, but
    > > not one master one with the minutes at the top of the pivot table, and
    > > occurances by minute for each of the three steps below it. Any thoughts or
    > > directions for me to follow?
    > >
    > > Each Occurances:
    > >
    > > Order" Collect" Receipt"
    > > 5 4 9
    > > 4 0 4
    > > 14 5 20
    > > 18 1 19
    > > 4 2 6
    > > 1 4 5
    > > 1 3 3
    > > 1 0 2
    > > … … …
    > > I'd like the table to look something like this:
    > >
    > > minutes 0" 1" 2" 3" …
    > > # Order
    > > # Collect
    > > # Receipt
    > >


  4. #4
    Gary''s Student
    Guest

    RE: Pivot Table Questions

    Your are very welcome.
    --
    Gary''s Student


    "William Elerding" wrote:

    > Thanks "Gary"s Student", I'll give it a try. I'm trying make it an automated
    > process where the pivot tables and graphs refresh when new data is inported
    > onto the data-sheet. I'll play with a macro to reorganize the data on a
    > hidden sheet, and then show the Pivot Table.
    >
    > "Gary''s Student" wrote:
    >
    > > Hi William:
    > >
    > > By re-structuring you data you can make the pivot table a lot easier. Use
    > > only two columns:
    > >
    > > order 5
    > > order 4
    > > .
    > > .
    > > .
    > > collect 4
    > > collect 0
    > > .
    > > .
    > > .
    > > receipt 9
    > > receipt 4
    > > .
    > > .etc.
    > >
    > > Label the first column tasks and the second column values.
    > > When you construct the table, drag the tasks to the row area, count of
    > > values to the data area and values to the column area.
    > >
    > >
    > > --
    > > Gary's Student
    > >
    > >
    > > "William Elerding" wrote:
    > >
    > > > I tried asking this earlier, but did not phrase it well. I am having
    > > > problems summarizing a list of the following data into a pivot table. The
    > > > data are for times between various order processing activities. I'd like to
    > > > develop a pivot table delineating the number of occurances (spread) by minute
    > > > for each of these three tasks. I can do a pivot table for each of them, but
    > > > not one master one with the minutes at the top of the pivot table, and
    > > > occurances by minute for each of the three steps below it. Any thoughts or
    > > > directions for me to follow?
    > > >
    > > > Each Occurances:
    > > >
    > > > Order" Collect" Receipt"
    > > > 5 4 9
    > > > 4 0 4
    > > > 14 5 20
    > > > 18 1 19
    > > > 4 2 6
    > > > 1 4 5
    > > > 1 3 3
    > > > 1 0 2
    > > > … … …
    > > > I'd like the table to look something like this:
    > > >
    > > > minutes 0" 1" 2" 3" …
    > > > # Order
    > > > # Collect
    > > > # Receipt
    > > >


+ 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