Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Indexing Sheets in Referenced Workbook within formula

I have the following formula:

=AVERAGE('[#1 Turb-Jun09.xls]7'!$E$164,'[#1 Turb-Jun09.xls]7'!$D$164,'[#1
Turb-Jun09.xls]7'!$C$164)

It references a monthly workbook (#1 Turb-Jun09.xls) with a sheet for every
day in the same workbook. In this case, I am averaging three cells on the
sheet labeled 7. The data points and cells are identical (although not in
value) in every sheet. All I wish to do is copy this formula to replace the
three 7's with an 8, then 9, then 10 and so on without manually doing that.

I have tried filling out 7 of them to see if autocomplete could recognize
the pattern when they are highlighted, but it doesn't.

Thank you for your help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default Indexing Sheets in Referenced Workbook within formula

Try

=AVERAGE(
INDIRECT("'[#1 Turb-Jun09.xls]"&ROW(A7)&"'!$E$164"),
INDIRECT("'[#1 Turb-Jun09.xls]"&ROW(A7)&"!$D$164"),
INDIRECT("'[#1 Turb-Jun09.xls]"&ROW(A7)&"'!$C$164"))

HTH

Bob


"tiazmos" wrote in message
...
I have the following formula:

=AVERAGE('[#1 Turb-Jun09.xls]7'!$E$164,'[#1 Turb-Jun09.xls]7'!$D$164,'[#1
Turb-Jun09.xls]7'!$C$164)

It references a monthly workbook (#1 Turb-Jun09.xls) with a sheet for
every
day in the same workbook. In this case, I am averaging three cells on the
sheet labeled 7. The data points and cells are identical (although not in
value) in every sheet. All I wish to do is copy this formula to replace
the
three 7's with an 8, then 9, then 10 and so on without manually doing
that.

I have tried filling out 7 of them to see if autocomplete could recognize
the pattern when they are highlighted, but it doesn't.

Thank you for your help.



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
WORKBOOK INDEXING 7of9 Excel Worksheet Functions 1 February 17th 09 08:12 AM
See where cell is referenced in other sheets Dan Wood Excel Discussion (Misc queries) 1 January 31st 08 06:25 PM
Indexing Referenced Cells ForMyACDs Excel Discussion (Misc queries) 0 February 23rd 06 09:08 PM
Sort referenced sheets together! Addy Excel Worksheet Functions 3 January 12th 06 02:47 PM
workbook indexing TUNGANA KURMA RAJU Excel Discussion (Misc queries) 4 December 6th 05 02:29 PM


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