CELL("FILENAME")

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I’ve used CELL(‘FILENAME’) on two different workbooks which are now used as
templates. Both files are open. Each time I use SAVE AS to create a new file,
I know I have to SAVE or hit F9 to update the filename on that specific
sheet.

Question: Why would both open sheets show the most recently saved filename
when I only saved one? Once I save (or F9) the other sheet - the one that
should not have the new name..it updates..but is that how it's supposed to
work?

Thanks for the insight.
 
You need to include a cell reference in the call to CELL. E.g.,

=CELL("filename",A1)

The actual cell reference doesn't matter, just so long as it is
on the same sheet as the CELL function.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top