Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
LPS LPS is offline
external usenet poster
 
Posts: 108
Default Limited Pivot Tbl Row and Column Fields

Usign Excel 2000 on an XP box:
I have a client who wants to create a Pivot Table using a spreasheet with
approx. 1500 rows of data and 8 columns. When she creates the Pivot Table,
she gets an error message saying that she is trying to add too many rows
and/or columns. The Pivot Table contains one Page Field, One Column Field,
one Data field and will only allow her 3 Row fields. When she tries to add
the 4th Row Field, she gets the error telling her she is trying to add too
many fields. According to the Excel Help Specifications sheet, the number of
Row and Column fields for Pivot Tables is limited by available memory. Her
PC has 1 GB of RAM and the spreadsheet's file size is just over 1 MB. No
other applications are open. Can anyone explain why she is getting this
error, and if there is a way to work around it.
All help is greatly appreciated -Thx.
LPS
--
LPS
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Limited Pivot Tbl Row and Column Fields

The limitations for pivot tables in Excel 2000 are much lower than those
later version of Excel. This MSKB article outlines the limits:

2000 -- Limits of PivotTables in Excel
http://support.microsoft.com/kb/211517/

If you have lots of unique values in your row fields, they'll quickly
multiply to a number that's higher than the row item limit.

For example, in your client's pivot table, row field 1 might have 400
unique items, row field 2 might have 300 unique items and row field 3
might have 200 items.
The product is 400*300*200= 24,000,000
Then, if you try to add another row field, that has 100 unique items,
the product is 400*300*200*100= 2,400,000,000
which would be over the 2 billion row item limit.

LPS wrote:
Usign Excel 2000 on an XP box:
I have a client who wants to create a Pivot Table using a spreasheet with
approx. 1500 rows of data and 8 columns. When she creates the Pivot Table,
she gets an error message saying that she is trying to add too many rows
and/or columns. The Pivot Table contains one Page Field, One Column Field,
one Data field and will only allow her 3 Row fields. When she tries to add
the 4th Row Field, she gets the error telling her she is trying to add too
many fields. According to the Excel Help Specifications sheet, the number of
Row and Column fields for Pivot Tables is limited by available memory. Her
PC has 1 GB of RAM and the spreadsheet's file size is just over 1 MB. No
other applications are open. Can anyone explain why she is getting this
error, and if there is a way to work around it.
All help is greatly appreciated -Thx.
LPS



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

  #3   Report Post  
Posted to microsoft.public.excel.misc
LPS LPS is offline
external usenet poster
 
Posts: 108
Default Limited Pivot Tbl Row and Column Fields

Thank you very much, Debra. Your explanation is very clear and I have read
the article behind the link you provided. I have a stupid question. I am
very "rusty" with the mathematical principles behind Pivot Tables. Can you
tell me why the row and/or column items are multiplied instead of added?

Thank you so much,
LPS
--
LPS


"Debra Dalgleish" wrote:

The limitations for pivot tables in Excel 2000 are much lower than those
later version of Excel. This MSKB article outlines the limits:

2000 -- Limits of PivotTables in Excel
http://support.microsoft.com/kb/211517/

If you have lots of unique values in your row fields, they'll quickly
multiply to a number that's higher than the row item limit.

For example, in your client's pivot table, row field 1 might have 400
unique items, row field 2 might have 300 unique items and row field 3
might have 200 items.
The product is 400*300*200= 24,000,000
Then, if you try to add another row field, that has 100 unique items,
the product is 400*300*200*100= 2,400,000,000
which would be over the 2 billion row item limit.

LPS wrote:
Usign Excel 2000 on an XP box:
I have a client who wants to create a Pivot Table using a spreasheet with
approx. 1500 rows of data and 8 columns. When she creates the Pivot Table,
she gets an error message saying that she is trying to add too many rows
and/or columns. The Pivot Table contains one Page Field, One Column Field,
one Data field and will only allow her 3 Row fields. When she tries to add
the 4th Row Field, she gets the error telling her she is trying to add too
many fields. According to the Excel Help Specifications sheet, the number of
Row and Column fields for Pivot Tables is limited by available memory. Her
PC has 1 GB of RAM and the spreadsheet's file size is just over 1 MB. No
other applications are open. Can anyone explain why she is getting this
error, and if there is a way to work around it.
All help is greatly appreciated -Thx.
LPS



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


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Limited Pivot Tbl Row and Column Fields

The theory is that each item in each row field could potentially appear
with each item in every other row field. To calculate the total number
of possible combinations, the item numbers are multiplied.

For example, you might have a list of orders for hammers, wrenches, and
chisels, in either professional or utility grade, with grips in black,
red, yellow or blue.

The pivot table would calculate that there are 3*2*4 = 24 possible
combinations of those tools and options.

Even if hammers are only sold with black grips, the calculation would be
based on all four colours. In Excel 2000, potential combinations are
calculated, not actual ones.

LPS wrote:
Thank you very much, Debra. Your explanation is very clear and I have read
the article behind the link you provided. I have a stupid question. I am
very "rusty" with the mathematical principles behind Pivot Tables. Can you
tell me why the row and/or column items are multiplied instead of added?

Thank you so much,
LPS



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

  #5   Report Post  
Posted to microsoft.public.excel.misc
LPS LPS is offline
external usenet poster
 
Posts: 108
Default Limited Pivot Tbl Row and Column Fields

Hi again Debra. I appreciate your explanation (and expertise) and it all
makes sense again.

Thank you,
--
LPS


"Debra Dalgleish" wrote:

The theory is that each item in each row field could potentially appear
with each item in every other row field. To calculate the total number
of possible combinations, the item numbers are multiplied.

For example, you might have a list of orders for hammers, wrenches, and
chisels, in either professional or utility grade, with grips in black,
red, yellow or blue.

The pivot table would calculate that there are 3*2*4 = 24 possible
combinations of those tools and options.

Even if hammers are only sold with black grips, the calculation would be
based on all four colours. In Excel 2000, potential combinations are
calculated, not actual ones.

LPS wrote:
Thank you very much, Debra. Your explanation is very clear and I have read
the article behind the link you provided. I have a stupid question. I am
very "rusty" with the mathematical principles behind Pivot Tables. Can you
tell me why the row and/or column items are multiplied instead of added?

Thank you so much,
LPS



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


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
pivot table multiple column fields Natalie Excel Discussion (Misc queries) 3 October 6th 09 11:15 AM
Pivot Table: Limited nr of Calculated fields to show? SG Excel Worksheet Functions 0 May 29th 07 05:06 PM
Can I pivot multiple data fields and display them in a column? Marc Forget Excel Discussion (Misc queries) 2 December 19th 06 05:29 PM
refresh of pivot table clears fields (column headers) Leejo Excel Discussion (Misc queries) 0 October 12th 05 03:15 PM
Number of dropdown fields in Excel is limited. I need more. How? UweVahrson Excel Discussion (Misc queries) 7 March 28th 05 05:10 PM


All times are GMT +1. The time now is 10:54 AM.

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"