#1   Report Post  
Posted to microsoft.public.excel.misc
j_cavanagh
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Dominic
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
j_cavanagh
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Dominic
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
j_cavanagh
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Dominic
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Debra Dalgleish
 
Posts: n/a
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic parameterized PivotTable update? Nick Keller Excel Discussion (Misc queries) 0 February 24th 06 11:02 PM
Pivot table question gary Excel Discussion (Misc queries) 1 January 10th 06 06:25 PM
How do I find and replace a question mark in Excel? Ranpalandil Excel Discussion (Misc queries) 1 September 7th 05 10:20 PM
Sorting in PivotTable Aaron Howe Excel Discussion (Misc queries) 5 July 12th 05 09:49 PM
PivotTable question Peter Aitken Excel Discussion (Misc queries) 1 July 1st 05 06:53 PM


All times are GMT +1. The time now is 10:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"