Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm trying to create a dynamic range of pivot table chart, only when I have enough data point. For example, My column A is Date, column B is return. If I have less than 13 months of return, I don't want the pivot table chart to be created. Once I have more than 13 data point, then I want the pivot table chart populated. I have set a column name by using the range like below: =OFFSET(Sheet1!$A$1,0,0,IF(COUNTA(Sheet1!$A$2:$A$2 3)<13,2,COUNTA(Sheet1!$A$2:$A$23)+1),2) But it will still show the pivot table and chart if I have less than 13 data points. Is there a way to achieve my goal through macro? Thanks, Vincent |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum to a mid point in a dynamic table | Excel Discussion (Misc queries) | |||
Source data for pivot table to point to cell on worksheet? | Excel Programming | |||
vlookup data in a dynamic pivot table? | Excel Worksheet Functions | |||
pivot table with dynamic base data | Charts and Charting in Excel | |||
Pivot Table & Dynamic data | Excel Programming |