Pivot table, can you update the source data directly from the pivot table view

pennyarcade

New Member
Joined
Dec 7, 2016
Messages
2
Hi, I want to know what is happening here:

- I have a pivot table view with multiple fields under the "Row" section.
- I want to update a certain date in the pivot table so that the data set is updated.
- All dates with the same original date within the pivot table get changed.
- Data set is not changed.

Can this be done?

If it isn't possible for the data set to be updated from the pivot table, can I prevent a user from changing a cell in the pivottable?
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi and welcome to MrExcel,

When you directly edit the value of a cell with a PivotItem in the Row section of a PivotTable, it changes the Caption property of the PivotItem. That new caption will be displayed in all instances that the PivotItem appears. The PivotItem has a SourceData property that is not changed when the Caption is modified that way. And as you observed the values in the actual source data (range) do not change.

The Contextures site has some examples of how you can prevent editing of PivotTables using VBA.
http://www.contextures.com/xlPivot12.html
 
Upvote 0
Thanks Jerry,

Is there any way to clear the new caption once it has been set? I can't seem to revert it back to the value that is in the sourcedata.
 
Upvote 0

Forum statistics

Threads
1,215,514
Messages
6,125,272
Members
449,219
Latest member
daynle

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top