+ Reply to Thread
Results 1 to 7 of 7

PivotTable Question

  1. #1
    j_cavanagh
    Guest

    PivotTable Question

    I have a PivotTable that contains a list of buyers, their suppliers, and part
    numbers. When I move the buyer and the supplier to the rows and put the
    suppliers also into the data area, I get a count of the parts for each
    supplier. I assume this is because the PivotTable is counting how many
    records contain that buyer,that supplier and the parts related to that
    supplier. Is there a way to only count the number of suppliers?

    Thank you.

  2. #2
    Dominic
    Guest

    RE: PivotTable Question

    You can create a new pivot table with suppliers in the row area and suppliers
    in the data area, you will get a unique list of suppliers with the number of
    instances each occurs in the data.

    Does this help?

    "j_cavanagh" wrote:

    > I have a PivotTable that contains a list of buyers, their suppliers, and part
    > numbers. When I move the buyer and the supplier to the rows and put the
    > suppliers also into the data area, I get a count of the parts for each
    > supplier. I assume this is because the PivotTable is counting how many
    > records contain that buyer,that supplier and the parts related to that
    > supplier. Is there a way to only count the number of suppliers?
    >
    > Thank you.


  3. #3
    j_cavanagh
    Guest

    RE: PivotTable Question

    This does not work, because suppliers appear more than once because they have
    more than one part associated with them. I would like to display each
    supplier once, regardless of how many parts they supply.

    Thanks.

    "Dominic" wrote:

    > You can create a new pivot table with suppliers in the row area and suppliers
    > in the data area, you will get a unique list of suppliers with the number of
    > instances each occurs in the data.
    >
    > Does this help?
    >
    > "j_cavanagh" wrote:
    >
    > > I have a PivotTable that contains a list of buyers, their suppliers, and part
    > > numbers. When I move the buyer and the supplier to the rows and put the
    > > suppliers also into the data area, I get a count of the parts for each
    > > supplier. I assume this is because the PivotTable is counting how many
    > > records contain that buyer,that supplier and the parts related to that
    > > supplier. Is there a way to only count the number of suppliers?
    > >
    > > Thank you.


  4. #4
    Dominic
    Guest

    RE: PivotTable Question

    This should display each supplier one time in the rows area.

    How is your data organized?

    Does your pivot table have ONLY supplier name in the row area?

    "j_cavanagh" wrote:

    > This does not work, because suppliers appear more than once because they have
    > more than one part associated with them. I would like to display each
    > supplier once, regardless of how many parts they supply.
    >
    > Thanks.
    >
    > "Dominic" wrote:
    >
    > > You can create a new pivot table with suppliers in the row area and suppliers
    > > in the data area, you will get a unique list of suppliers with the number of
    > > instances each occurs in the data.
    > >
    > > Does this help?
    > >
    > > "j_cavanagh" wrote:
    > >
    > > > I have a PivotTable that contains a list of buyers, their suppliers, and part
    > > > numbers. When I move the buyer and the supplier to the rows and put the
    > > > suppliers also into the data area, I get a count of the parts for each
    > > > supplier. I assume this is because the PivotTable is counting how many
    > > > records contain that buyer,that supplier and the parts related to that
    > > > supplier. Is there a way to only count the number of suppliers?
    > > >
    > > > Thank you.


  5. #5
    j_cavanagh
    Guest

    RE: PivotTable Question

    The data fields are buyer, supplier, and part number.

    Buyer and supplier are in the row area. Supplier is in the data area.



    "Dominic" wrote:

    > This should display each supplier one time in the rows area.
    >
    > How is your data organized?
    >
    > Does your pivot table have ONLY supplier name in the row area?
    >
    > "j_cavanagh" wrote:
    >
    > > This does not work, because suppliers appear more than once because they have
    > > more than one part associated with them. I would like to display each
    > > supplier once, regardless of how many parts they supply.
    > >
    > > Thanks.
    > >
    > > "Dominic" wrote:
    > >
    > > > You can create a new pivot table with suppliers in the row area and suppliers
    > > > in the data area, you will get a unique list of suppliers with the number of
    > > > instances each occurs in the data.
    > > >
    > > > Does this help?
    > > >
    > > > "j_cavanagh" wrote:
    > > >
    > > > > I have a PivotTable that contains a list of buyers, their suppliers, and part
    > > > > numbers. When I move the buyer and the supplier to the rows and put the
    > > > > suppliers also into the data area, I get a count of the parts for each
    > > > > supplier. I assume this is because the PivotTable is counting how many
    > > > > records contain that buyer,that supplier and the parts related to that
    > > > > supplier. Is there a way to only count the number of suppliers?
    > > > >
    > > > > Thank you.


  6. #6
    Dominic
    Guest

    RE: PivotTable Question

    In order to get a list of just suppliers, you need to have only suppliers in
    the row area. Otherwise, it will group supplier by buyer. So, unless you need
    the buyer info for this particular purpose, leave buyer out of the pivot
    table and only put supplier in the row area. This will give you a list of
    unique suppliers.

    If you need the buyer info, you could put the supplier and buyer in the row
    area, just make sure that supplier comes first (Top in Layout view, left-most
    in the pivot table view).

    Does that help?





    "j_cavanagh" wrote:

    > The data fields are buyer, supplier, and part number.
    >
    > Buyer and supplier are in the row area. Supplier is in the data area.
    >
    >
    >
    > "Dominic" wrote:
    >
    > > This should display each supplier one time in the rows area.
    > >
    > > How is your data organized?
    > >
    > > Does your pivot table have ONLY supplier name in the row area?
    > >
    > > "j_cavanagh" wrote:
    > >
    > > > This does not work, because suppliers appear more than once because they have
    > > > more than one part associated with them. I would like to display each
    > > > supplier once, regardless of how many parts they supply.
    > > >
    > > > Thanks.
    > > >
    > > > "Dominic" wrote:
    > > >
    > > > > You can create a new pivot table with suppliers in the row area and suppliers
    > > > > in the data area, you will get a unique list of suppliers with the number of
    > > > > instances each occurs in the data.
    > > > >
    > > > > Does this help?
    > > > >
    > > > > "j_cavanagh" wrote:
    > > > >
    > > > > > I have a PivotTable that contains a list of buyers, their suppliers, and part
    > > > > > numbers. When I move the buyer and the supplier to the rows and put the
    > > > > > suppliers also into the data area, I get a count of the parts for each
    > > > > > supplier. I assume this is because the PivotTable is counting how many
    > > > > > records contain that buyer,that supplier and the parts related to that
    > > > > > supplier. Is there a way to only count the number of suppliers?
    > > > > >
    > > > > > Thank you.


  7. #7
    Debra Dalgleish
    Guest

    Re: PivotTable Question

    A pivot table won't count unique values, but there's a workaround here,
    if you're using an Excel list as the source:

    http://www.contextures.com/xlPivot07.html#Unique


    j_cavanagh wrote:
    > I have a PivotTable that contains a list of buyers, their suppliers, and part
    > numbers. When I move the buyer and the supplier to the rows and put the
    > suppliers also into the data area, I get a count of the parts for each
    > supplier. I assume this is because the PivotTable is counting how many
    > records contain that buyer,that supplier and the parts related to that
    > supplier. Is there a way to only count the number of suppliers?
    >
    > Thank you.



    --
    Debra Dalgleish
    Contextures
    http://www.contextures.com/tiptech.html


+ 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