Hello Luke M and Narayan,
I thank you both for your continuing feedback.
Based on Narayan's suggestion of posting a sample formula, I took a closer look at the problematic file in search of the culprit formula. Narayan raises a good question, why would a simple cell reference between worksheet tabs not update?
Luke M in answer to your question, the cell with the reference is not being moved.
Curiously, the user was getting the following error message... "that in the bottom left corner of the excel model there is a button “Calculate.” When you move your mouse over that button a description appears that reads, “Results of formulas may be out of date because Excel is not set to update automatically. Click here or press F9 to recalculate manually.” This is odd because if you go to the options menu, the automatic calculation option is selected."
I closed the file and then opened it back up. A circular reference error message appeared as the file was opening. I searched each tab (there literally 100 - it is a 5MB legacy file) to find which one had the circular reference. Then, based on the link that Luke M had sent me yesterday, I looked for volatile functions and found the following:
=MID(CELL("filename",A1),(FIND("]",CELL("filename",A1))+1),(LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1))+1))
That is a mouthful for sure. In talking with the user, the sole purpose of the formula is to post the tab label as the header for the exhibit in the body of the worksheet tab.
Based on these findings and both of your input, my recommendation was first to range value the exhibit headers and to delete those volatile formulas. Then to delete the significant number of worksheet tabs that are simply prior versions of the worksheets. By eliminating the unnecessary volatile formulas and reducing the file size, I'm thinking that the dependency tree calculation sequence will be reduced to the point where the Excel file can complete the formula updates. Does that sound reasonable?
Thank you both very much for your help. Whether it works or not, I have gained knowledge of Excel's calculation process and to be wary of volatile functions. Therefore, thanks to you both, I am one step closer to becoming awesome at Excel!
Mark