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

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
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.


<colgroup><col style="width:48pt" width="64"> </colgroup><tbody>
</tbody>
 
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,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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