EXCEL FORMULA NOT UPDATED WHEN LINKED FILE IS CLOSED

anna99

New Member
Joined
Jan 8, 2021
Messages
26
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
  2. MacOS
  3. Web
Hi All,

Could you please help me with the issue below
I did some excel formulas which linked to an external excel file. when both files are open the formula will be auto adjusted (example if I insert a column, the formulas will be auto shifted to next column accordingly). however, when i have only the linked filed opened if i insert more columns, the other files that i have formulas won't be auto adjusted.

Thanks for your help!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
As far as I'm aware that is standard behaviour for formulas with an external source.

The only workaround that comes to mind would be to create named ranges in the source workbook, then refer to those names in your formulas instead of the actual ranges.
 
Upvote 0
As far as I'm aware that is standard behaviour for formulas with an external source.

The only workaround that comes to mind would be to create named ranges in the source workbook, then refer to those names in your formulas instead of the actual ranges.
Thank you Jason, another issue is formula is not working (shown as #value!) if the other file is closed, do you know how to fix this?
 
Upvote 0
It depends on the formula. There are certain functions that can only be used with an open workbook.

INDIRECT, SUMIF(s), COUNTIF(a), AVERAGIF(s), etc. are the most common ones. It also applies to office 365 dynamic arrays, although without further testing I'm not sure if that applies to all arrays or only specific functions.
 
Upvote 0

Forum statistics

Threads
1,215,754
Messages
6,126,680
Members
449,328
Latest member
easperhe29

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