cell("filename") oddly linked among many sheets

martingaleh

Board Regular
Joined
Jul 18, 2011
Messages
83
I have this function
=cell("filename") on a number of sheets. In a new workbook, each sheet will yield a different value as the sheet names are different. However, I have this one weird workbook where the value of all the cells with this formula will yield the value of the last visible cell when I pressed f9. Here are things I tried:

Calculation automatic
iterations
I deleted every single sheet but two called sheet1 and sheet2
I did not remove modules etc that do not auto load when the file is open, but I have no code attached to the open event

I'd share the file, but this message board doesn't allow attachments.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
There's a second argument to that CELL formula which anchors the formula to the sheet its in.

Try: =CELL("filename", A1)

where A1 can be replaced by any cell address on the sheet. If this cell reference is missing, the function will return the path to the workbook/worksheet where the last entry was made.

[TABLE="width: 64"]
<colgroup><col style="width:48pt" width="64"> </colgroup><tbody>[TR]

[/TR]
[TR]
[TD="class: xl67"][/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
Thanks, yes I just got it. I'm sure this was a "feature" so excel doesn't have to do the same thing twice. Is there no check for correct answer on this board? To used to stack overflow
 
Upvote 0
Thanks, yes I just got it. I'm sure this was a "feature" so excel doesn't have to do the same thing twice. Is there no check for correct answer on this board? To used to stack overflow
You are welcome. Threads are never closed on this site.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top