I have a sales report that posts weekly sales data for ten stores - 225 rows with ten columns. One worksheet for each week - week 1, week 2, week 3, week 4. At the end of each month, a macro is run to clear this data, add it to Period To Date and Year To Date totals, then new data is posted each week by the individual stores.
I am trying to add four new worksheets, one additional sheet for each week which plots that week's data in several charts for better analysis. There will be a new worksheet for the charts for each week - week 1 charts, week 2 charts...etc. in addition to the original four worksheets. Data used for the charts is obtained by referencing the sales data in the worksheet for that respective week.
I have created the first sheet of charts for week 1. The data used for the charts in 'week 1 charts' sheet references the sales data in the 'week 1' sheet.
Now, to create the charts for the week 2, I want to just copy and paste the data from the 'week 1 charts' sheet into the new 'week 2 charts' sheet and then use Find and Replace to change the references in all of the formulas from 'Week 1!' to 'Week 2!'. When I do this, I get the Update Values window instead of the changes. This will require something like 600 manual steps for me to complete for each of the new chart sheets. But, I also don't want to have to manually build each of the subsequent chart sheets to reference the appropriate week of sales data.
There has to be a way to do this in one operation. I have tried what @reidlej previously posted in April, 2011 which is to find/replace all = with ##, find/replace all Week 1 with Week 2 and then find/replace all ## to =. It produces the same Update Values window. I have also de-selected "Ask to update automatic links" in the Advanced Options in Excel as was suggested in another thread.
Any suggestions on how I can cut/paste formulas from one chart worksheet to another then update all week 1 references to week 2 without manual intervention or re-building each worksheet for weeks 2, 3 and 4?
I am trying to add four new worksheets, one additional sheet for each week which plots that week's data in several charts for better analysis. There will be a new worksheet for the charts for each week - week 1 charts, week 2 charts...etc. in addition to the original four worksheets. Data used for the charts is obtained by referencing the sales data in the worksheet for that respective week.
I have created the first sheet of charts for week 1. The data used for the charts in 'week 1 charts' sheet references the sales data in the 'week 1' sheet.
Now, to create the charts for the week 2, I want to just copy and paste the data from the 'week 1 charts' sheet into the new 'week 2 charts' sheet and then use Find and Replace to change the references in all of the formulas from 'Week 1!' to 'Week 2!'. When I do this, I get the Update Values window instead of the changes. This will require something like 600 manual steps for me to complete for each of the new chart sheets. But, I also don't want to have to manually build each of the subsequent chart sheets to reference the appropriate week of sales data.
There has to be a way to do this in one operation. I have tried what @reidlej previously posted in April, 2011 which is to find/replace all = with ##, find/replace all Week 1 with Week 2 and then find/replace all ## to =. It produces the same Update Values window. I have also de-selected "Ask to update automatic links" in the Advanced Options in Excel as was suggested in another thread.
Any suggestions on how I can cut/paste formulas from one chart worksheet to another then update all week 1 references to week 2 without manual intervention or re-building each worksheet for weeks 2, 3 and 4?