I have a worksheet with a named range formula that relates to another workbook. However, this other workbook utilizes the same named range on several sheets. One of the formulas is this one.
='C:\Account\Onshore'!Account_Balance_USD/'C:\Account\Combined'!Account_Balance_USD
I'll get a% from this formula when I open the workbook. But occasionally, when a macro is executing, the cell changes to #NAME, and I have to press debug, navigate to this cell, and press enter to get the percentage back. I'm curious why it acts in that way.