A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
OK so you have use the offset function to ensure that the source data of the pivot expands as and when you add data by rows. You essentially want the pivot table to include new rows (when refreshed) added to the source.
You can achieve the above without the Offset function. Try this:
- Select the explicit data range (first row is the header row) and press Ctrl+L to conver the range into a list. A range converted to a List inherits the property of automatic expansion
- Now add data by rows to the source (do not leave an entire row blank)
- When you right click and refresh the pivot table, data added in new rows shoould become part of the pivot.
Hope this helps.