Communicating cells between worksheets - available resources problem

cristitoner

New Member
Joined
Mar 7, 2016
Messages
5
Hello,

I have a worksheet with a lot of information, and I want to make another one in the same file with some concise information, but when data is changed in the first worksheet to automatically change in the second one. I found the following sollution: copy the respective rows and paste special - paste link in the second worksheet. The problem is that half way down, I get the follwing error: "Excel cannot complete this task with available resources. Choose less data or close other applications."

My file is so far 106MB (and less than 1 mb without the second worksheet), 2138 lines, and multiple formulas and functions. The lines that I want to copy to the second worksheet are:

Total
=COUNTIFS(L66:L66,">="&1,L66:L66,"<="&2)
=COUNTIFS(L66:L66,">="&3,L66:L66,"<="&6)
=COUNTIFS(L66:L66,">="&7,L66:L66,"<="&13)
=COUNTIFS(L66:L66,">="&14,L66:L66,"<="&17)
=COUNTIFS(L66:L66,">="&18,L66:L66,"<="&24)

These lines are in total about 1000 lines. I suspect what the problem is, but I don't know the solution. Is there another way to have 2 cells in 2 worksheets to "communicate" with each other that doesn't use so many resources?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,215,730
Messages
6,126,527
Members
449,316
Latest member
sravya

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