Indirect Function Summary Tab Template - Need Help!

adbcrazy

New Member
Joined
Mar 8, 2010
Messages
3
Dear users,
I am looking to create a summary worksheet using the indirect function to collect "Prices" from several tabs in the same worksheet.

As I have about 40 workbooks to do this for, I want to create a Summary Template I can copy and paste into the other workbooks:
As seen in MrExcel # 681
http://www.youtube.com/watch?v=lgwc81fRSP4

The only problem is I cant get it to work>? Its probably something very simple but i've missed it.
Can anyone help me?

=INDIRECT($A$4&"!Cell(""address",C55)

Where:
A4 - is the name of the tab I want the price data from (no spaces)
c55 - is the cell(with the price in it) I want to bring to the summary sheet

Thanks in advance,
Andy B
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Untested but try

=INDIRECT("$A$4!"&Cell("address",C55))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,923
Messages
6,122,286
Members
449,076
Latest member
kenyanscott

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