Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
langba
 
Posts: n/a
Default How do I Edit Fill Down a Cell Reference to Multiple Worksheets


I have one main worksheet that summarizes the calculations on many other
worksheets.

I want to have a column that will Edit, Fill, Down like the following
example (z1 always stays the same no matter what the worksheet):

=a!z1
=b!z1
=c!z1

But all I get when I do an Edit, Fill, Down is:

=a!z1
=a!z2
=a!z3

I went through the reference help and 3D help, but nothing seemed to
work. If I must have a hidden column with the worksheet names, and
somehow reference the name in the formula, that is OK. I couldn't
figure that one out either.


--
langba
------------------------------------------------------------------------
langba's Profile: http://www.excelforum.com/member.php...fo&userid=4144
View this thread: http://www.excelforum.com/showthread...hreadid=474093

  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

If your sheet names really are A, B, C etc.

=INDIRECT(CHAR(ROW(A97))&"!Z1")

Copy down as needed.

You can use this for up to 26 sheets as the alphabet runs out after:

=INDIRECT(CHAR(ROW(A122))&"!Z1")

If your sheet names are something else then you would need to list those
names in a range, say, A1:An, then:

=INDIRECT(A1&"!Z1")

Copy down as needed.

Biff

"langba" wrote in
message ...

I have one main worksheet that summarizes the calculations on many other
worksheets.

I want to have a column that will Edit, Fill, Down like the following
example (z1 always stays the same no matter what the worksheet):

=a!z1
=b!z1
=c!z1

But all I get when I do an Edit, Fill, Down is:

=a!z1
=a!z2
=a!z3

I went through the reference help and 3D help, but nothing seemed to
work. If I must have a hidden column with the worksheet names, and
somehow reference the name in the formula, that is OK. I couldn't
figure that one out either.


--
langba
------------------------------------------------------------------------
langba's Profile:
http://www.excelforum.com/member.php...fo&userid=4144
View this thread: http://www.excelforum.com/showthread...hreadid=474093



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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
Problem with formulas changing cell reference janicesweet Excel Discussion (Misc queries) 1 August 2nd 05 06:23 PM
how to create a variable column in cell reference Sampson Excel Worksheet Functions 3 February 21st 05 10:13 PM
dynamic external cell reference bg.itdept Excel Worksheet Functions 4 February 19th 05 03:15 AM
Cell Reference Math Ralph Howarth Excel Worksheet Functions 0 January 26th 05 06:27 PM


All times are GMT +1. The time now is 07:42 AM.

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"