Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to add static columns to a multi-worksheet pivot table?
My multi-worksheet pivot table is working fine, but I would like to carry one or two additional columns of raw data into my pivot report without summing or counting them. I only want to count the first 2 colums and show the associated data in the next two columns. Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you append the data onto the right side of your Pivot Table. Pivot
Tables are very powerful, but they won't allow you to insert data into the table itself. You could copy & paste-special the data, and then manipulate it (I do that all the time). Turn on the macro recorder before going through the process and you will see some interesting code; maybe this will give you some additional ideas. Regards, Ryan--- -- RyGuy "BrianR" wrote: Is there a way to add static columns to a multi-worksheet pivot table? My multi-worksheet pivot table is working fine, but I would like to carry one or two additional columns of raw data into my pivot report without summing or counting them. I only want to count the first 2 colums and show the associated data in the next two columns. Any suggestions? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for the suggestion Ryan. Unfortunatly that won't work in this case
because I'm using 2 seperate worksheets for input and when I run the pivot, it combines the two main columns into one in the table if there are duplicate rows. -Brian "ryguy7272" wrote: Can you append the data onto the right side of your Pivot Table. Pivot Tables are very powerful, but they won't allow you to insert data into the table itself. You could copy & paste-special the data, and then manipulate it (I do that all the time). Turn on the macro recorder before going through the process and you will see some interesting code; maybe this will give you some additional ideas. Regards, Ryan--- -- RyGuy "BrianR" wrote: Is there a way to add static columns to a multi-worksheet pivot table? My multi-worksheet pivot table is working fine, but I would like to carry one or two additional columns of raw data into my pivot report without summing or counting them. I only want to count the first 2 colums and show the associated data in the next two columns. Any suggestions? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hummm, I think that violates the integrity and the concept of the Pivot
Table, which performs some type of analysis sum, count, etc., of the data within the bounds of the table. Or, I'm misunderstanding your need... Can you give a specific example. Maybe if you describe the problem with some additional dimension, someone will be able to offer a viable solution. -- RyGuy "BrianR" wrote: Thanks for the suggestion Ryan. Unfortunatly that won't work in this case because I'm using 2 seperate worksheets for input and when I run the pivot, it combines the two main columns into one in the table if there are duplicate rows. -Brian "ryguy7272" wrote: Can you append the data onto the right side of your Pivot Table. Pivot Tables are very powerful, but they won't allow you to insert data into the table itself. You could copy & paste-special the data, and then manipulate it (I do that all the time). Turn on the macro recorder before going through the process and you will see some interesting code; maybe this will give you some additional ideas. Regards, Ryan--- -- RyGuy "BrianR" wrote: Is there a way to add static columns to a multi-worksheet pivot table? My multi-worksheet pivot table is working fine, but I would like to carry one or two additional columns of raw data into my pivot report without summing or counting them. I only want to count the first 2 colums and show the associated data in the next two columns. Any suggestions? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You can try to use a calculated item formula inside the pivot table. -- Regards, Ashsih Mathur Microsoft Excel MVP www.ashishmathur.com "BrianR" wrote in message ... Is there a way to add static columns to a multi-worksheet pivot table? My multi-worksheet pivot table is working fine, but I would like to carry one or two additional columns of raw data into my pivot report without summing or counting them. I only want to count the first 2 colums and show the associated data in the next two columns. Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filter lines with Pivot table and non pivot table columns | Charts and Charting in Excel | |||
Filter lines with Pivot table and non Pivot table columns | Excel Discussion (Misc queries) | |||
How do I save a pivot table as a static excel file? | Charts and Charting in Excel | |||
Pivot table turning static in Excel 2007 | Excel Discussion (Misc queries) | |||
Making a pivot table report static. | Excel Discussion (Misc queries) |