Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Referencing the same cell on multiple sheets

I have workbook that contains many sheets in the same format and a cover
sheet to summarize the workbook. My problem is in extending a formula on the
coversheet.

For example Sheet 1 is the coversheet. Sheets 2 through 100 are different
people, say Adam, Bill, Carl, Dave, Evan, Frank.... On sheet "Adam", it
shows how many apples he started with, how many remaining, and the size of
apples. Each Sheet has this in the same spot. I want the coversheet to
summarize all the other sheets, with a column for the Name, Apples started
with, Apples remaining, and Size of Apple for each sheet (Adam, Bill,
Dave......) .

It is easy to make a formula that referencing cells on Adam's sheet. My
problem is extending the formula down, locking the cell, and only changing
the sheet name. Whenever I try, excel keeps the sheetname and only changes
the cell.
I have many, many different sheets to summarize, and haven't found a better
way than manually typing each one.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Referencing the same cell on multiple sheets

If you have a list of names on your cover sheet which is the same as
the list of sheet names, then you can do it like this:

=INDIRECT("'"&$B2&"'!A5")

where B2 (and below) contains the names, like Adam, Bill etc and cell
A5 is the cell in the other sheets where you want to get the data
from. As you copy this down B2 will change, but A5 will not as it is
within quotes. Note that the first bit is
<quotes<apostrophe<quotes, and there is also an apostrophe
immediately before the !, in case your names have spaces in them.

Just copy this down as required. You can also copy it across, but you
will need to manually change the A5 to B5 (or whatever).

Hope this helps.

Pete

On Mar 5, 11:34*pm, danc wrote:
I have workbook that contains many sheets in the same format and a cover
sheet to summarize the workbook. My problem is in extending a formula on the
coversheet.

For example Sheet 1 is the coversheet. *Sheets 2 through 100 are different
people, say Adam, Bill, Carl, Dave, Evan, Frank.... *On sheet "Adam", it
shows how many apples he started with, how many remaining, and the size of
apples. *Each Sheet has this in the same spot. *I want the coversheet to
summarize all the other sheets, with a column for the Name, Apples started
with, Apples remaining, and Size of Apple for each sheet (Adam, Bill,
Dave......) .

It is easy to make a formula that referencing cells on Adam's sheet. *My
problem is extending the formula down, locking the cell, and only changing
the sheet name. *Whenever I try, excel keeps the sheetname and only changes
the cell. *
I have many, many different sheets to summarize, and haven't found a better
way than manually typing each one.


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
how to apply absolute cell referencing to multiple cells at once? TheresaP Excel Worksheet Functions 3 April 3rd 23 02:24 PM
When referencing other Sheets JT Excel Discussion (Misc queries) 1 March 14th 07 05:36 PM
Referencing Different Sheets in VBA [email protected] Excel Discussion (Misc queries) 4 September 1st 06 05:57 AM
Referencing chart sheets in vba The Big Smelly Ogre Charts and Charting in Excel 1 February 1st 06 06:37 PM
Copying formulas referencing multiple sheets JA Excel Worksheet Functions 1 January 11th 06 12:22 AM


All times are GMT +1. The time now is 03:27 PM.

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

About Us

"It's about Microsoft Excel"