Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XL97 vs XL? Recalc-time | Excel Discussion (Misc queries) | |||
Function isnt working, just displays the formula in cell?eg A2+B2 | Excel Discussion (Misc queries) | |||
Automatic Recalc | Excel Worksheet Functions | |||
can you use a function to recalc a pivot table report | Excel Worksheet Functions | |||
Sum function not working correctly in Excel (Skips Cell) | Excel Worksheet Functions |