Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 70
Default Field Name Error Msg

I've got a workbook with many sheets. One sheet has pivot tables on it and
one other has charts, charting data pulled from the pivot tables.

When I open the workbook I get three errors, one after the other, which say:
The PivotTable field name is not valid. To create a PivotTable report, you
must use data that is organized as a list with labeled columns. If you are
changing the name of a PivotTable field, you must type a new name for the
field.

That's all well and good but I'm not the only one who uses this workbook and
I don't know where these errors are coming from. Someone else changed
something and now I'm left with trying to figure out what happened. My
problem is that I don't know how to go about finding where these field names
are that need to be "changed back" or "re-written" or "fixed", and I'm
obviously not a brilliant enough Excel user to figure it out. Can anyone
please help with simple directions on how to resolve this issue?

Thanks in advance for any help!
Dax Arroway
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 857
Default Field Name Error Msg

Hi,

The first error message "The PivotTable field name is not valid." can occur
if a field name is missing, you must have a title in every cell of the first
row of the pivot table.

The second error message "To create a PivotTable report, you
must use data that is organized as a list with labeled columns. " is
probably reporting the same problem.

The third error message "If you are changing the name of a PivotTable field,
you must type a new name for the field. " is again probably triggered by the
same problem.

Sincerely,
Shane Devenshire

"Dax Arroway" wrote in message
...
I've got a workbook with many sheets. One sheet has pivot tables on it
and
one other has charts, charting data pulled from the pivot tables.

When I open the workbook I get three errors, one after the other, which
say:
The PivotTable field name is not valid. To create a PivotTable report,
you
must use data that is organized as a list with labeled columns. If you
are
changing the name of a PivotTable field, you must type a new name for the
field.

That's all well and good but I'm not the only one who uses this workbook
and
I don't know where these errors are coming from. Someone else changed
something and now I'm left with trying to figure out what happened. My
problem is that I don't know how to go about finding where these field
names
are that need to be "changed back" or "re-written" or "fixed", and I'm
obviously not a brilliant enough Excel user to figure it out. Can anyone
please help with simple directions on how to resolve this issue?

Thanks in advance for any help!
Dax Arroway


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,979
Default Field Name Error Msg

Do you know where the data for the pivot tables is stored? Do all the
pivot tables use the same data?

You can right-click on a pivot table cell, and choose PivotTable Wizard.
Then click the Back button, to see if that shows you the source range.
If there's a Get Data button, the data is stored outside of the workbook.

If it's stored on a sheet in the same workbook, make sure every column
in the source data table has a heading.
If it's a named range, it may use a dynamic formula that counts the rows
and columns on the worksheet. If someone has added other data on the
worksheet, that would add extra columns to the count, and the pivot
table wouldn't work correctly.

Dax Arroway wrote:
I've got a workbook with many sheets. One sheet has pivot tables on it and
one other has charts, charting data pulled from the pivot tables.

When I open the workbook I get three errors, one after the other, which say:
The PivotTable field name is not valid. To create a PivotTable report, you
must use data that is organized as a list with labeled columns. If you are
changing the name of a PivotTable field, you must type a new name for the
field.

That's all well and good but I'm not the only one who uses this workbook and
I don't know where these errors are coming from. Someone else changed
something and now I'm left with trying to figure out what happened. My
problem is that I don't know how to go about finding where these field names
are that need to be "changed back" or "re-written" or "fixed", and I'm
obviously not a brilliant enough Excel user to figure it out. Can anyone
please help with simple directions on how to resolve this issue?

Thanks in advance for any help!
Dax Arroway



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

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 70
Default Field Name Error Msg

Thank you! That did it. Someone had come along and added a header in row 1.
So the source range was "Demographics!$F:$F" needed to be changed to
"Demographics!$F$2:$F500" to ignore the added header which is blank and use
the secont row as the header.

Thanks so much for pointing me in the right direction!
YOU ROCK!

"Debra Dalgleish" wrote:

Do you know where the data for the pivot tables is stored? Do all the
pivot tables use the same data?

You can right-click on a pivot table cell, and choose PivotTable Wizard.
Then click the Back button, to see if that shows you the source range.
If there's a Get Data button, the data is stored outside of the workbook.

If it's stored on a sheet in the same workbook, make sure every column
in the source data table has a heading.
If it's a named range, it may use a dynamic formula that counts the rows
and columns on the worksheet. If someone has added other data on the
worksheet, that would add extra columns to the count, and the pivot
table wouldn't work correctly.

Dax Arroway wrote:
I've got a workbook with many sheets. One sheet has pivot tables on it and
one other has charts, charting data pulled from the pivot tables.

When I open the workbook I get three errors, one after the other, which say:
The PivotTable field name is not valid. To create a PivotTable report, you
must use data that is organized as a list with labeled columns. If you are
changing the name of a PivotTable field, you must type a new name for the
field.

That's all well and good but I'm not the only one who uses this workbook and
I don't know where these errors are coming from. Someone else changed
something and now I'm left with trying to figure out what happened. My
problem is that I don't know how to go about finding where these field names
are that need to be "changed back" or "re-written" or "fixed", and I'm
obviously not a brilliant enough Excel user to figure it out. Can anyone
please help with simple directions on how to resolve this issue?

Thanks in advance for any help!
Dax Arroway



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


  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,979
Default Field Name Error Msg

You're welcome! Thanks for describing how you fixed the problem.

Dax Arroway wrote:
Thank you! That did it. Someone had come along and added a header in row 1.
So the source range was "Demographics!$F:$F" needed to be changed to
"Demographics!$F$2:$F500" to ignore the added header which is blank and use
the secont row as the header.

Thanks so much for pointing me in the right direction!
YOU ROCK!

"Debra Dalgleish" wrote:


Do you know where the data for the pivot tables is stored? Do all the
pivot tables use the same data?

You can right-click on a pivot table cell, and choose PivotTable Wizard.
Then click the Back button, to see if that shows you the source range.
If there's a Get Data button, the data is stored outside of the workbook.

If it's stored on a sheet in the same workbook, make sure every column
in the source data table has a heading.
If it's a named range, it may use a dynamic formula that counts the rows
and columns on the worksheet. If someone has added other data on the
worksheet, that would add extra columns to the count, and the pivot
table wouldn't work correctly.

Dax Arroway wrote:

I've got a workbook with many sheets. One sheet has pivot tables on it and
one other has charts, charting data pulled from the pivot tables.

When I open the workbook I get three errors, one after the other, which say:
The PivotTable field name is not valid. To create a PivotTable report, you
must use data that is organized as a list with labeled columns. If you are
changing the name of a PivotTable field, you must type a new name for the
field.

That's all well and good but I'm not the only one who uses this workbook and
I don't know where these errors are coming from. Someone else changed
something and now I'm left with trying to figure out what happened. My
problem is that I don't know how to go about finding where these field names
are that need to be "changed back" or "re-written" or "fixed", and I'm
obviously not a brilliant enough Excel user to figure it out. Can anyone
please help with simple directions on how to resolve this issue?

Thanks in advance for any help!
Dax Arroway



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





--
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
Pivot Tables - Field Error Rob Kemp Excel Discussion (Misc queries) 1 February 21st 07 08:35 PM
Error in date field satya Excel Discussion (Misc queries) 1 October 17th 06 11:45 AM
Trying to pull date from field getting error. Bill R Excel Worksheet Functions 5 September 6th 05 01:53 PM
Hide empty field error J Excel Worksheet Functions 3 June 28th 05 05:10 AM
pivot table field name error Randberger Excel Worksheet Functions 3 February 28th 05 07:55 PM


All times are GMT +1. The time now is 06:51 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"