Sheet Names and Auto-calculation

M

Michael Dobony

I have a workbook with multiple worksheets. Each sheet has a formula for
pulling up the sheet name
=MID(CELL("filename"),(FIND("]",CELL("filename"))+1),50)
It has been working fine until recently when it stopped auto calculating
the formula. Now I suddenly need to hit F9 when I change sheets. Any idea
what happened and how to get it to go back to calculating the name
automatically?

Mike D.
 
G

Gord Dibben

Change formula to reference a cell.........any cell.

=MID(CELL("filename",A1),(FIND("]",CELL("filename",A1))+1),50)


Gord Dibben MS Excel MVP
 
M

Michael Dobony

Change formula to reference a cell.........any cell.

=MID(CELL("filename",A1),(FIND("]",CELL("filename",A1))+1),50)


Gord Dibben MS Excel MVP

I have a workbook with multiple worksheets. Each sheet has a formula for
pulling up the sheet name
=MID(CELL("filename"),(FIND("]",CELL("filename"))+1),50)
It has been working fine until recently when it stopped auto calculating
the formula. Now I suddenly need to hit F9 when I change sheets. Any idea
what happened and how to get it to go back to calculating the name
automatically?

Mike D.

Thanks.
 

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

Top