Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
use field data from 1 pivot table in another? | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
pivot table - New Data | Excel Discussion (Misc queries) | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
How can deleted data reappear in a refreshed pivot table in Excel | Excel Discussion (Misc queries) |