Problem with copying formula in Excel 2010

qaschele11

New Member
Joined
Aug 30, 2011
Messages
5
I am new to Excel so please forgive my ignorance.
I have a large workbook containing 44 worksheets, one of which is a summary page.
On the summary worksheet I want to show the results (which are comments on a unit of study) from all the other sheets. I want to link the row on the summary page back to the relevant worksheet and this is my formula: =Form1!$A$34.
When I try to drag and copy, the formula does not automatically increment; eg =Form2!$A$34.
What am I doing wrong?

Any help would be very much appreciated.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hello and welcome to The Board.
You can probably get it to work using the INDIRECT function:
=INDIRECT("Form"&ROW(A1)&"!$A$34")
The reference to cell A1 will change to A2, A3 etc. as you copy it down.
But be warned about having too many of such formulas in a workbook otherwise it may slow down calculations. INDIRECT, for example, is a 'volatile' function that will recalculate every time any cell changes, even if not directly affected. More details at:
http://www.decisionmodels.com/calcsecretsi.htm
You may also find the following of interest when creating summary sheets:
1. The Consolidate Function:
http://www.youtube.com/results?search_query=mrexcel+consolidate&aq=f
2. 3D Spearing:
http://www.youtube.com/watch?v=moMzsM-KwgQ
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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