Copy formula but change sheet reference

guamlenahans

Board Regular
Joined
Oct 25, 2006
Messages
113
I have a workbook with a tab for each month. I want to make a summary sheet that will display the totals for each month. For example, I want cell A60 from each month sheets to display on the summary tab. Is there a quick way to do this? If I put in the summary cell A2 ='Sep 2015'!A60, how can I drag this to the next have cell A3 be ='Oct 2015'!A60? Do i have to manually type or is there a drop a drag shortcut?

Thansk

Rob
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
You could create a list of your sheets, then use INDIRECT:

Book2
ABC
1Sheet1
25Sheet2
36Sheet3
47
5
Sheet9
Cell Formulas
RangeFormula
A2:A4A2=INDIRECT("'"&C1&"'!A60")
 
Upvote 0

Forum statistics

Threads
1,214,823
Messages
6,121,779
Members
449,049
Latest member
greyangel23

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