In Excel 2000 I have a Pivot Table with source data that is updated weekly. I would like to have the new data in the source list updated in my current Pivot Table. How can I do this?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Excel 2000 Pivot Table Appends
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Excel 2000 Pivot Table Appends
- This topic has 8 replies, 4 voices, and was last updated 24 years, 2 months ago.
AuthorTopicWSBillSutterfield
AskWoody LoungerMarch 12, 2001 at 2:33 pm #353821Viewing 1 reply threadAuthorReplies-
WSAndrew Cronnolly
AskWoody LoungerMarch 12, 2001 at 3:11 pm #518456My best approach to this is to name your data source range as Database. When it is updated ensure that the new Data is included in that range.
If your pivot table is pointed at Database for the data source, all you need do then is select Refresh Data on the Pivot Table toolbar (it’s the exclamation symbol, ! ).
The table should update with the new data.
-
WSBillSutterfield
AskWoody Lounger -
WSepic60sman
AskWoody LoungerMarch 16, 2001 at 11:24 am #519167I creat a named range that expands and contracts to contain additional or less rows of data. To do this enter the following into the refers to box at the bottom of the ISERT,NAME,DEFINE Dialog Box:
=offset($A$1,rowsdown,columnsRight,counta($D:$D)-1,width)
where:
rowsdown and columnsRight are used to locate the upper left corner of the data table (substitute numbers for these) and similarly, “width” specifies the number of columns in your data table. Last, counta($D:$D)-1 counts the number of rows in the data table (assuming that column D is one of the columns and that you have one row used for a header.
Example: Data begins in cell A1 and has 10 columns:
=offset($A$1,0,0,counta($D:$D)-1,10).
Last, you enter the name you gave this range in as the Pivot Table range and you are set.
Stephen -
WSBillSutterfield
AskWoody Lounger -
WSMichael Evans
AskWoody LoungerMarch 18, 2001 at 9:11 pm #519337I can see a potential problem here as you are looking at a column in the body of your data, which might contain blank cells. CountA counts only the data containing cells, so your defined range might be some rows short of the whole database. (PT’s still work OK if there are some blank cells in the data).
The following, very similar, solution was given by DanielD Maramba in the old Lounge:
Datarange = Offset($A$1,0,0,CountA(Offset($A$1,0,0,9999,1)),5).
If you have more than 9999 rows your need to increase this figure.
The safest way to find the last row in a sheet is to go to the end row (65536 in XL97, 2000?) and then come up to the last used row above this, cannot see any reason why this could not be incorporated in the datarange definition.
-
WSepic60sman
AskWoody LoungerMarch 18, 2001 at 9:55 pm #519341You are certainly correct about the COUNTA function failing to count blank cells in the data. Maybe, I should have explained this. I aviod the problem by always using a field that never has blanks or which always has the same number of blanks like the column with my row names. Once you nail this, you just have to adjust the constant you subtract at the end of the offset function.
But your (or Maramba’s) alternative may be better. However, I don’t quite understand why CountA(Offset($A$1,0,0,9999,1)) wouldn’t work the same way as counta($A$1:A9999), in which case there would be no advantage to using the “OFFSET” function. When I am in doubt as to whether or not the Range covers all my data, I simply call up INSERT, NAME, DEFINE and click on the equation. This immediately outlines the data with dashes. Then I simply Scroll down to the bottom of the table. Also, if in dou is always easy to check on the existance of blank cells in the column one chooses. -
WSMichael Evans
AskWoody LoungerMarch 26, 2001 at 4:11 am #520229Agreed Stephen, I had never used the formula so I had not looked at it critically.
Since XL spits the dummy if you try to make a PT with a column with no heading, counting the number of non-blank cells in Row 1 will always be a valid way of determining the number of columns. The easiest way of doing this is COUNTA($1:$1). So if you make sure there are no blanks in Column A the following should define the datarange alright:
Datarange = OFFSET($A$1,0,0,COUNTA($A:$A),COUNTA($1:$1)
Defining data ranges if there may be blank rows present is a bit of a problem, the following solution is not terribly elegant but I have not been able to make it fail yet.
Start your data range in cell B1. In cell A1 put the following formula:
=IF(COUNTA(B1:IV1)>0,ROW(),0)
fill down to the end of Column A. Every row with an entry now has its Row number in Column A. All other rows have 0 in Column A. Now define the datarange:
=OFFSET(Sheet1!$B$1,0,0,(MAX(Sheet1!$A:$A)),COUNTA(Sheet1!$B$1:$IV$1))
Of course if you have other data on your sheet, in rows not used in your data range, you will have trouble. This includes your PT, so make sure you do not put it on the same sheet your data is on!
-
-
-
-
WSMichael Evans
AskWoody LoungerMarch 12, 2001 at 3:11 pm #518457This is based on XL97 as I don’t have XL2000.
If your updated data are in the same range as your old data just click the Refresh button.
If they are in a different range, call up the PT Wizard, go back to the data source page, enter the new range, and click the finish button.
If you are just adding more data to the existing data you can automatically add this to your PT using the offset function in the data source page.Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Win 11 24H2 June 2025 Update breaks WIFI
by
dportenlanger
3 hours, 26 minutes ago -
Update from WinPro 10 v. 1511 on T460p?
by
CatoRenasci
44 minutes ago -
System Restore and Updates Paused
by
veteran
5 hours, 56 minutes ago -
Windows 10/11 clock app
by
Kathy Stevens
2 hours, 12 minutes ago -
Turn off right-click draw
by
Charles Billow
9 hours, 10 minutes ago -
Introducing ChromeOS M137 to The Stable Channel
by
Alex5723
12 hours, 41 minutes ago -
Brian Wilson (The Beach Boys) R.I.P
by
Alex5723
1 hour, 44 minutes ago -
Master patch listing for June 10, 2025
by
Susan Bradley
14 hours, 18 minutes ago -
Suggestions for New All in One Printer and a Photo Printer Windows 10
by
Win7and10
6 hours, 20 minutes ago -
Purchasing New Printer. Uninstall old Printer Software First?
by
Win7and10
20 hours, 20 minutes ago -
KB5060842 Issue (Minor)
by
AC641
1 day ago -
EchoLeak : Zero Click M365 Copilot leak sensitive information
by
Alex5723
1 day, 3 hours ago -
24H2 may not be offered June updates
by
Susan Bradley
2 hours, 2 minutes ago -
Acronis : Tracking Chaos RAT’s evolution (Windows, Linux)
by
Alex5723
1 day, 15 hours ago -
June 2025 updates are out
by
Susan Bradley
4 hours, 17 minutes ago -
Mozilla shutting Deep Fake Detector
by
Alex5723
2 days, 6 hours ago -
Windows-Maintenance-Tool (.bat)
by
Alex5723
1 day, 16 hours ago -
Windows 11 Insider Preview build 26200.5641 released to DEV
by
joep517
2 days, 9 hours ago -
Windows 11 Insider Preview build 26120.4250 (24H2) released to BETA
by
joep517
2 days, 9 hours ago -
Install Office 365 Outlook classic on new Win11 machine
by
WSrcull999
2 days, 9 hours ago -
win 10 to win 11 with cpu/mb replacement
by
aquatarkus
2 days, 1 hour ago -
re-install Windows Security
by
CWBillow
2 days, 12 hours ago -
WWDC 2025 Recap: All of Apple’s NEW Features in 10 Minutes!
by
Alex5723
2 days, 16 hours ago -
macOS Tahoe 26
by
Alex5723
2 days, 10 hours ago -
Migrating from win10 to win11, instructions coming?
by
astro46
1 hour, 8 minutes ago -
Device Eligibility for Apple 2026 Operating Systems due this Fall
by
PKCano
2 days, 1 hour ago -
Recommended watching : Mountainhead movie
by
Alex5723
2 days, 1 hour ago -
End of support for Windows 10
by
Old enough to know better
33 minutes ago -
What goes on inside an LLM
by
Michael Covington
1 hour, 29 minutes ago -
The risk of remote access
by
Susan Bradley
33 minutes ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.