Updating Formulas for a New Sheet

jsnelson

New Member
Joined
May 20, 2011
Messages
10
I have my main sheet that has all the data for 12 months of the year. Each Column is a month and the data is below. What I want to do is set up a new sheets with each month and pull data from each column. I created the formulas on one Month (April) that pull from my original data. I then copied the sheet to create a new month, May. Now on May's sheet, the cells are still referencing April's data. Is there an easier way to update the formulas to advance to the next column of data from the original worksheet instead of updating each manually?

Thanks
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Welcome to the Board!

Can you post an example of the formula(s) you're using?

In the meantime, you might want to look up INDIRECT in the helpfile.

And if you follow the HTML Maker link in my sig you can post a shot of your sheet(s).
 
Upvote 0
Well I think I found a solution that works better than manual. I can highlight the column with the formulas I want to change and do a Find and replace advanced to replace the next letter in the formulas.

For example a cell in April is:

=Sheet1!G188 G is the April column on the original sheet

For May

=Sheet1!H188 H is May

I just did a find and replace in the formulas.

There might still be a better way.
 
Upvote 0
VLOOKUP with a MATCH criteria might be a good dynamic option, as could be INDEX/MATCH, which is dynamic as well.

Here are some examples.

HTH,
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,703
Members
452,938
Latest member
babeneker

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