Formulas with Links not working unless External Workbook is also open

neylon

New Member
Joined
Jun 29, 2016
Messages
30
Hi

I have data for every month of the year arranged in columns, so months are cells G27-R27, and projects are listed E28-E46. Budgeted Expenditure on each project is then filled in for each project each month in the grid G28-R46.

I have a separate reporting file, and I need to return a figure for the total that was budgeted for each individual project so far in the year. In my reporting file I have the month available (1-12 in cell C7).

So far I've tried:
CHOOSE
=SUM('Link'!$G28:CHOOSE($C$7,'Link'!$G28,'Link'!$H28,'Link'!$I28,'Link'!$J28,'Link'!$K28,'Link'!$L28,'Link'!$M28,'Link'!$N28,'Link'!$O28,'Link'!$P28,'Link'!$Q28,'Link'!$R28))

and OFFSET
=SUM(OFFSET('Link'!$G28,0,0,1,$C$7))

Both of these work fine until I close the reference file, then I get errors. I can't 'update links' without the reference file open, and after some research I believe this is just fundamentally how these formulas work.

Is there a formula that I can use that would still work with the workbook closed? I really don't want to have to change anything or update anything in the reference file if I don't have to. I also don't want to just copy across all the data and perform the calculation locally, as the data set is actually quite a bit bigger and more complicated than my example.

Thank you for your help
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,214,649
Messages
6,120,730
Members
448,987
Latest member
marion_davis

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