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.
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?
quot;j_cavanaghquot; wrote:
gt; I have a PivotTable that contains a list of buyers, their suppliers, and part
gt; numbers. When I move the buyer and the supplier to the rows and put the
gt; suppliers also into the data area, I get a count of the parts for each
gt; supplier. I assume this is because the PivotTable is counting how many
gt; records contain that buyer,that supplier and the parts related to that
gt; supplier. Is there a way to only count the number of suppliers?
gt;
gt; Thank you.
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.
quot;Dominicquot; wrote:
gt; You can create a new pivot table with suppliers in the row area and suppliers
gt; in the data area, you will get a unique list of suppliers with the number of
gt; instances each occurs in the data.
gt;
gt; Does this help?
gt;
gt; quot;j_cavanaghquot; wrote:
gt;
gt; gt; I have a PivotTable that contains a list of buyers, their suppliers, and part
gt; gt; numbers. When I move the buyer and the supplier to the rows and put the
gt; gt; suppliers also into the data area, I get a count of the parts for each
gt; gt; supplier. I assume this is because the PivotTable is counting how many
gt; gt; records contain that buyer,that supplier and the parts related to that
gt; gt; supplier. Is there a way to only count the number of suppliers?
gt; gt;
gt; gt; Thank you.
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?
quot;j_cavanaghquot; wrote:
gt; This does not work, because suppliers appear more than once because they have
gt; more than one part associated with them. I would like to display each
gt; supplier once, regardless of how many parts they supply.
gt;
gt; Thanks.
gt;
gt; quot;Dominicquot; wrote:
gt;
gt; gt; You can create a new pivot table with suppliers in the row area and suppliers
gt; gt; in the data area, you will get a unique list of suppliers with the number of
gt; gt; instances each occurs in the data.
gt; gt;
gt; gt; Does this help?
gt; gt;
gt; gt; quot;j_cavanaghquot; wrote:
gt; gt;
gt; gt; gt; I have a PivotTable that contains a list of buyers, their suppliers, and part
gt; gt; gt; numbers. When I move the buyer and the supplier to the rows and put the
gt; gt; gt; suppliers also into the data area, I get a count of the parts for each
gt; gt; gt; supplier. I assume this is because the PivotTable is counting how many
gt; gt; gt; records contain that buyer,that supplier and the parts related to that
gt; gt; gt; supplier. Is there a way to only count the number of suppliers?
gt; gt; gt;
gt; gt; gt; Thank you.
The data fields are buyer, supplier, and part number.
Buyer and supplier are in the row area. Supplier is in the data area.
quot;Dominicquot; wrote:
gt; This should display each supplier one time in the rows area.
gt;
gt; How is your data organized?
gt;
gt; Does your pivot table have ONLY supplier name in the row area?
gt;
gt; quot;j_cavanaghquot; wrote:
gt;
gt; gt; This does not work, because suppliers appear more than once because they have
gt; gt; more than one part associated with them. I would like to display each
gt; gt; supplier once, regardless of how many parts they supply.
gt; gt;
gt; gt; Thanks.
gt; gt;
gt; gt; quot;Dominicquot; wrote:
gt; gt;
gt; gt; gt; You can create a new pivot table with suppliers in the row area and suppliers
gt; gt; gt; in the data area, you will get a unique list of suppliers with the number of
gt; gt; gt; instances each occurs in the data.
gt; gt; gt;
gt; gt; gt; Does this help?
gt; gt; gt;
gt; gt; gt; quot;j_cavanaghquot; wrote:
gt; gt; gt;
gt; gt; gt; gt; I have a PivotTable that contains a list of buyers, their suppliers, and part
gt; gt; gt; gt; numbers. When I move the buyer and the supplier to the rows and put the
gt; gt; gt; gt; suppliers also into the data area, I get a count of the parts for each
gt; gt; gt; gt; supplier. I assume this is because the PivotTable is counting how many
gt; gt; gt; gt; records contain that buyer,that supplier and the parts related to that
gt; gt; gt; gt; supplier. Is there a way to only count the number of suppliers?
gt; gt; gt; gt;
gt; gt; gt; gt; Thank you.
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?quot;j_cavanaghquot; wrote:
gt; The data fields are buyer, supplier, and part number.
gt;
gt; Buyer and supplier are in the row area. Supplier is in the data area.
gt;
gt;
gt;
gt; quot;Dominicquot; wrote:
gt;
gt; gt; This should display each supplier one time in the rows area.
gt; gt;
gt; gt; How is your data organized?
gt; gt;
gt; gt; Does your pivot table have ONLY supplier name in the row area?
gt; gt;
gt; gt; quot;j_cavanaghquot; wrote:
gt; gt;
gt; gt; gt; This does not work, because suppliers appear more than once because they have
gt; gt; gt; more than one part associated with them. I would like to display each
gt; gt; gt; supplier once, regardless of how many parts they supply.
gt; gt; gt;
gt; gt; gt; Thanks.
gt; gt; gt;
gt; gt; gt; quot;Dominicquot; wrote:
gt; gt; gt;
gt; gt; gt; gt; You can create a new pivot table with suppliers in the row area and suppliers
gt; gt; gt; gt; in the data area, you will get a unique list of suppliers with the number of
gt; gt; gt; gt; instances each occurs in the data.
gt; gt; gt; gt;
gt; gt; gt; gt; Does this help?
gt; gt; gt; gt;
gt; gt; gt; gt; quot;j_cavanaghquot; wrote:
gt; gt; gt; gt;
gt; gt; gt; gt; gt; I have a PivotTable that contains a list of buyers, their suppliers, and part
gt; gt; gt; gt; gt; numbers. When I move the buyer and the supplier to the rows and put the
gt; gt; gt; gt; gt; suppliers also into the data area, I get a count of the parts for each
gt; gt; gt; gt; gt; supplier. I assume this is because the PivotTable is counting how many
gt; gt; gt; gt; gt; records contain that buyer,that supplier and the parts related to that
gt; gt; gt; gt; gt; supplier. Is there a way to only count the number of suppliers?
gt; gt; gt; gt; gt;
gt; gt; gt; gt; gt; Thank you.
A pivot table won't count unique values, but there's a workaround here,
if you're using an Excel list as the source:
www.contextures.com/xlPivot07.html#Uniquej_cavanagh wrote:
gt; I have a PivotTable that contains a list of buyers, their suppliers, and part
gt; numbers. When I move the buyer and the supplier to the rows and put the
gt; suppliers also into the data area, I get a count of the parts for each
gt; supplier. I assume this is because the PivotTable is counting how many
gt; records contain that buyer,that supplier and the parts related to that
gt; supplier. Is there a way to only count the number of suppliers?
gt;
gt; Thank you.--
Debra Dalgleish
Contextures
www.contextures.com/tiptech.html
- May 27 Tue 2008 20:44
PivotTable Question
close
全站熱搜
留言列表
發表留言