Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Joe
 
Posts: n/a
Default variable across all worksheets?

Is there a variable to span the same cell over all worksheets?

Heres what I got going on:

I do a weekly inventory at my job. Each weeks inventory is on a seperate
worksheet (they are identical copies of the previous, but the name of the
sheet is renamed to the date inventory was done). I added a new worksheet
at the beginning that would give an average (weekly) of the usage.

Since "H9" contains the same relevent data across all the worksheets, and
since new worksheets are added each week, is there a simple way to do this,
without having to change the formula each week to incorporate the new sheets
name?

I guess instead of
=AVERAGE('7-29-05'!H9,'08-05-05'!H9,'08-12-05'!H9)
is there a way to do
=AVERAGE(allSheetsAndAllFutureSheets!H9)

also, some of these cells will have a null value, is there a way to do the
average without getting an error from the null?

Joe Quigley


  #2   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

You could insert two new sheets, name them First and Last, and put all
the relevant sheets between the new sheets which you can hide... The
formula becomes:

=AVERAGE(First:Last!H9)

Joe wrote:
Is there a variable to span the same cell over all worksheets?

Heres what I got going on:

I do a weekly inventory at my job. Each weeks inventory is on a seperate
worksheet (they are identical copies of the previous, but the name of the
sheet is renamed to the date inventory was done). I added a new worksheet
at the beginning that would give an average (weekly) of the usage.

Since "H9" contains the same relevent data across all the worksheets, and
since new worksheets are added each week, is there a simple way to do this,
without having to change the formula each week to incorporate the new sheets
name?

I guess instead of
=AVERAGE('7-29-05'!H9,'08-05-05'!H9,'08-12-05'!H9)
is there a way to do
=AVERAGE(allSheetsAndAllFutureSheets!H9)

also, some of these cells will have a null value, is there a way to do the
average without getting an error from the null?

Joe Quigley


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
Adding multiple worksheets Craig Excel Worksheet Functions 1 July 6th 05 07:21 PM
Define list of worksheets Judy Ward Excel Worksheet Functions 4 June 15th 05 09:44 PM
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
Referencing Variable Name Worksheets camerons New Users to Excel 8 May 9th 05 09:57 PM
HELP! How do you--> Lock a set of rows but also link worksheets to FRUSTRATED Excel Discussion (Misc queries) 6 December 29th 04 10:05 PM


All times are GMT +1. The time now is 05:32 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"