Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Pivot Table: use a field in two different places

Two related questions:
1. Is there anyway to display a field in two different places. For example,
I want to put a date field in the page part of pivot table. However, I also
want that same date field in the row area. So when I choose "all" dates on
the page filter, I will be able to see the individual dates in the row as
well. Right now when I try to add the field, it takes it out of where it
used to be. i.e., when I add to the page, the row field disappears.

2. I want to group dates by month. But I also want to display the
individual dates in the row area right next to it. So it would look like the
following:

January 1/2/10 Joe Smith
1/5/10 Dennis Johnson
1/15/10 blah, blah, blah
February 2/1/10 Insert name here
2/3/10 another name

However I have the same problem as number 1, I can only use the date field
once.

Any help is greatly appreciated!!

Thanks!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Pivot Table: use a field in two different places

On Mar 17, 6:46*pm, matchorno
wrote:
Two related questions:
1. Is there anyway to display a field in two different places. *For example,
I want to put a date field in the page part of pivot table. *However, I also
want that same date field in the row area. *So when I choose "all" dates on
the page filter, I will be able to see the individual dates in the row as
well. *Right now when I try to add the field, it takes it out of where it
used to be. *i.e., when I add to the page, the row field disappears.

2. I want to group dates by month. *But I also want to display the
individual dates in the row area right next to it. So it would look like the
following:

January * * 1/2/10 * * *Joe Smith
* * * * * * * * 1/5/10 * * *Dennis Johnson
* * * * * * * * 1/15/10 * *blah, blah, blah
February * 2/1/10 * * *Insert name here
* * * * * * * * 2/3/10 * * *another name

However I have the same problem as number 1, I can only use the date field
once.

Any help is greatly appreciated!!

Thanks!!


Good evening,

I suppose that you can change the data source of your pivot table.
To solve problem 1, my idea would be to add a new column to your data
with the same data as the column containing the date data.
For the 2nd problem, you can add a new column computing the month
corresponding to the date (look for the MONTH function)

Hope it helps

Regards


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Pivot Table: use a field in two different places



" wrote:
Good evening,

I suppose that you can change the data source of your pivot table.
To solve problem 1, my idea would be to add a new column to your data
with the same data as the column containing the date data.
For the 2nd problem, you can add a new column computing the month
corresponding to the date (look for the MONTH function)


Thanks for the suggestion. I actually thought of that earlier, however, I
don't know exactly how to go about implementing that given my source data.
The reason being, I am working with a dynamic named range for my source data.
So users are constantly entering new rows of data into the source for the
pivot table. I can set up a new column to mirror the column (like you said),
however I can only do that for the existing data. When they enter new data,
that new column (for the new row they create) will not have the formula to
reference the field I want to duplicate. To fix that, i thought I could just
drag the formula all the way down the column, but when it gets past the
existing data and into the blank rows...instead of mirroring the blank row,
it gives me 1/0/1900.

Any suggestions on how to handle that? Is there a way to automatically
bring a formula down to a new row, once a user enters new data in that row?
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Pivot Table: use a field in two different places


Thanks for the suggestion. I actually thought of that earlier, however, I
don't know exactly how to go about implementing that given my source data.
The reason being, I am working with a dynamic named range for my source data.
So users are constantly entering new rows of data into the source for the
pivot table. I can set up a new column to mirror the column (like you said),
however I can only do that for the existing data. When they enter new data,
that new column (for the new row they create) will not have the formula to
reference the field I want to duplicate. To fix that, i thought I could just
drag the formula all the way down the column, but when it gets past the
existing data and into the blank rows...instead of mirroring the blank row,
it gives me 1/0/1900.

Any suggestions on how to handle that? Is there a way to automatically
bring a formula down to a new row, once a user enters new data in that row?


I think I might have just figured out my own question. I used an If
function and then dragged that all the way down the column.
It goes: =IF(NOT((A4="")),A4,"")

That way it results in an empty string if the referenced cell is also
empty...instead of returning 1/0/1900.

Thanks!
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
Creating a Calculated Field in a Pivot Table for same field dza7 Excel Discussion (Misc queries) 3 October 21st 09 11:22 PM
Excell 2007 Pivot Table Calculation changes decimal places FStJ Excel Worksheet Functions 2 June 16th 09 05:59 PM
sum a pivot table field as a calulated field Jerome Excel Discussion (Misc queries) 0 January 4th 08 02:24 PM
Pivit table- cell on spread sheet referencing pivot table field David M Charts and Charting in Excel 2 August 18th 07 07:46 PM
How to make a field created a part of the Pivot Table Field List? drhell Excel Discussion (Misc queries) 0 January 29th 07 11:13 PM


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