Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Cell function not working w/o recalc

I've tried a few times to set up a sheet which can use the INDIRECT function
with the CELL function to automatically know the sheet name of the tab the
formula is in (this also requires MID and FIND). The formula:

=INDIRECT("'[prelim
reonciliation7-1-05.xls]"&MID(CELL("filename"),FIND("]",CELL("filename"))+1,30)&"'!"&CHAR(COLUMN(B$1)+64 )&ROW())

returns the correct answer that I'm looking for. However, when I have the
same formula in multiple sheets, the formula for every sheet will list the
results of the most recently calculated sheet. If I'm on sheet 1 and hit
calculate, the correct answers appear. Next I click on a 2nd sheet with
similar formulas and they show the same answers (which on the 2nd sheet are
incorrect). I then hit recalculate again and the correct answers for the 2nd
sheet show up.

It's my guess that this can't be fixed outside of a new version of Excel,
but any help would be appreciated.

tia,
Dave

PS I'm using Excel 2003 SP3

Ultimately, I'd like to have a summary tab in an additional tab that reads
results from each individual tab with the formula, but this gives the same
answers for everybody.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Cell function not working w/o recalc

Try including a reference within your CELL functions.

CELL("filename",A1)

The contents of cell A1 don't matter. The presence of some sort of
reference to any cell on that sheet will keep the formula on that sheet
rather than whichever sheet was last calculated.

HTH,
Elkar


"Dave Breitenbach" wrote:

I've tried a few times to set up a sheet which can use the INDIRECT function
with the CELL function to automatically know the sheet name of the tab the
formula is in (this also requires MID and FIND). The formula:

=INDIRECT("'[prelim
reonciliation7-1-05.xls]"&MID(CELL("filename"),FIND("]",CELL("filename"))+1,30)&"'!"&CHAR(COLUMN(B$1)+64 )&ROW())

returns the correct answer that I'm looking for. However, when I have the
same formula in multiple sheets, the formula for every sheet will list the
results of the most recently calculated sheet. If I'm on sheet 1 and hit
calculate, the correct answers appear. Next I click on a 2nd sheet with
similar formulas and they show the same answers (which on the 2nd sheet are
incorrect). I then hit recalculate again and the correct answers for the 2nd
sheet show up.

It's my guess that this can't be fixed outside of a new version of Excel,
but any help would be appreciated.

tia,
Dave

PS I'm using Excel 2003 SP3

Ultimately, I'd like to have a summary tab in an additional tab that reads
results from each individual tab with the formula, but this gives the same
answers for everybody.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Cell function not working w/o recalc

Perfect...thanks!

"Elkar" wrote:

Try including a reference within your CELL functions.

CELL("filename",A1)

The contents of cell A1 don't matter. The presence of some sort of
reference to any cell on that sheet will keep the formula on that sheet
rather than whichever sheet was last calculated.

HTH,
Elkar


"Dave Breitenbach" wrote:

I've tried a few times to set up a sheet which can use the INDIRECT function
with the CELL function to automatically know the sheet name of the tab the
formula is in (this also requires MID and FIND). The formula:

=INDIRECT("'[prelim
reonciliation7-1-05.xls]"&MID(CELL("filename"),FIND("]",CELL("filename"))+1,30)&"'!"&CHAR(COLUMN(B$1)+64 )&ROW())

returns the correct answer that I'm looking for. However, when I have the
same formula in multiple sheets, the formula for every sheet will list the
results of the most recently calculated sheet. If I'm on sheet 1 and hit
calculate, the correct answers appear. Next I click on a 2nd sheet with
similar formulas and they show the same answers (which on the 2nd sheet are
incorrect). I then hit recalculate again and the correct answers for the 2nd
sheet show up.

It's my guess that this can't be fixed outside of a new version of Excel,
but any help would be appreciated.

tia,
Dave

PS I'm using Excel 2003 SP3

Ultimately, I'd like to have a summary tab in an additional tab that reads
results from each individual tab with the formula, but this gives the same
answers for everybody.

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
XL97 vs XL? Recalc-time CLR Excel Discussion (Misc queries) 10 November 30th 05 01:57 PM
Function isnt working, just displays the formula in cell?eg A2+B2 ru Excel Discussion (Misc queries) 1 September 30th 05 01:35 PM
Automatic Recalc DME Excel Worksheet Functions 1 March 21st 05 08:05 PM
can you use a function to recalc a pivot table report RickB Excel Worksheet Functions 1 January 2nd 05 06:54 PM
Sum function not working correctly in Excel (Skips Cell) Tony Excel Worksheet Functions 5 November 29th 04 11:52 PM


All times are GMT +1. The time now is 05:49 AM.

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"