#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Linking Formula

I have a workbook with multiple data sheets. Each data sheet has a sum total
in cell B4. I created a summary sheet to pull all the totals into it. I
entered the following linking formula: ='(1)'!$B$4, now I want to drag this
formula down and have it automatically change to the next sheet. For example
='(2)'!$B$4, ='(3)'!$B$4, ='(4)'!$B$4 and so on€¦ Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Linking Formula

In A1 of summary sheet.

=INDIRECT(ROW()&"!B4")

Copy down.

Assumes your sheets are named 1, 2, 3, 4 etc.

If named Sheet1, Sheet2 etc.

=INDIRECT("Sheet" & (ROW()) & "!B4")


Gord Dibben MS Excel MVP


On Tue, 30 Mar 2010 12:10:01 -0700, Don S <Don
wrote:

I have a workbook with multiple data sheets. Each data sheet has a sum total
in cell B4. I created a summary sheet to pull all the totals into it. I
entered the following linking formula: ='(1)'!$B$4, now I want to drag this
formula down and have it automatically change to the next sheet. For example
='(2)'!$B$4, ='(3)'!$B$4, ='(4)'!$B$4 and so on… Is this possible?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default Linking Formula

=INDIRECT("'("&ROW(A1)&")"&"'!B4")

copy down



"Don S" wrote:

I have a workbook with multiple data sheets. Each data sheet has a sum total
in cell B4. I created a summary sheet to pull all the totals into it. I
entered the following linking formula: ='(1)'!$B$4, now I want to drag this
formula down and have it automatically change to the next sheet. For example
='(2)'!$B$4, ='(3)'!$B$4, ='(4)'!$B$4 and so on€¦ Is this possible?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking to too many pages in a formula, how do I get around this? Meenie Excel Worksheet Functions 2 August 11th 09 01:16 PM
Linking /Formula Question mark Excel Discussion (Misc queries) 0 February 13th 07 09:50 PM
Linking formula Pasty Excel Discussion (Misc queries) 3 October 24th 06 12:40 PM
Formula linking........Help!!!!!!!!!!!!!!! changetires Excel Discussion (Misc queries) 3 June 26th 06 10:45 PM
Linking formula Jonibenj Excel Discussion (Misc queries) 21 September 15th 05 01:52 AM


All times are GMT +1. The time now is 12:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"