#1   Report Post  
Spencer Hutton
 
Posts: n/a
Default Pivot Table Data

I have a data table in a sheet that I keep adding to. a pivot table was
created from this data. how can i have new data added to the data table show
up in the pivot table when i refresh.
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Spencer

base the pivot table on a dynamic range ... check out
http://www.contextures.com/xlPivot01.html

for details

Cheers
JulieD

"Spencer Hutton" wrote in message
...
I have a data table in a sheet that I keep adding to. a pivot table was
created from this data. how can i have new data added to the data table
show
up in the pivot table when i refresh.



  #3   Report Post  
Gary Brown
 
Posts: n/a
Default

I don't think you can do this without a User Defined Function such as ...

'/========================================/
Function IsHidden(rng As Range) As Boolean
Application.Volatile
On Error Resume Next
IsHidden = False
If rng.EntireColumn.Hidden = True Or _
rng.EntireRow.Hidden = True Then
IsHidden = True
End If
End Function
'/========================================/

Hope this helps,
Gary Brown


"JulieD" wrote:

Hi Spencer

base the pivot table on a dynamic range ... check out
http://www.contextures.com/xlPivot01.html

for details

Cheers
JulieD

"Spencer Hutton" wrote in message
...
I have a data table in a sheet that I keep adding to. a pivot table was
created from this data. how can i have new data added to the data table
show
up in the pivot table when i refresh.




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
Problems with Pivot Table Field Sorting in Excel 2002 Phoenix71555 Excel Discussion (Misc queries) 1 February 27th 05 11:25 PM
Need Formula to display pivot table source data Don S Excel Worksheet Functions 3 February 23rd 05 10:13 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
Pivot Table Auto Update Data Source? Ket Excel Worksheet Functions 1 February 18th 05 11:14 PM
Pivot table data Grahtrue Excel Discussion (Misc queries) 1 February 9th 05 12:57 PM


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