Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Summin Pivot Table data from a date selected in the Page field

Hi,

My Pivot Table shows the Count of Values for any one date selected form the
DropDown in the Page Field. What i's like to be able to do is to show a
count of
all records from the date selected to the most recent entry in the table.

EG For Oct 9th 06 their are 23 records. But for the period Oct 09th 06 to
today (Nov 10 06) their are 86 records. The distribution of 86 is what i
would like to show in the Pivot Table.

Thanks

John

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Summin Pivot Table data from a date selected in the Page field

You could add a field to the source data, to calculate if the record
should be shown in the pivot table. For example, with dates in column A:

=AND(A2=StartDate,A2<=EndDate)

StartDate and EndDate are named ranges, where the date range could be
manually entered or calculated.

In the pivot table, add the new field to the Page area, and select TRUE
from its dropdown list.

John wrote:
My Pivot Table shows the Count of Values for any one date selected form the
DropDown in the Page Field. What i's like to be able to do is to show a
count of
all records from the date selected to the most recent entry in the table.

EG For Oct 9th 06 their are 23 records. But for the period Oct 09th 06 to
today (Nov 10 06) their are 86 records. The distribution of 86 is what i
would like to show in the Pivot Table.



--
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
use field data from 1 pivot table in another? fdibbins Excel Worksheet Functions 0 November 6th 06 06:15 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
pivot table - New Data Allen Excel Discussion (Misc queries) 2 November 16th 05 03:15 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
How can deleted data reappear in a refreshed pivot table in Excel excel_user123456 Excel Discussion (Misc queries) 3 February 23rd 05 08:34 PM


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