How to stop all formulas on a sheet...

MJN1965

New Member
Joined
Aug 5, 2020
Messages
7
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
Hi all,

I have a very formula heavy tab on a sheet, 25,500 to be exact, that are dramatically dragging the spead of my workbook down.

I have changed the workbook to Manual calculation, but these tab still seem to runn here and there and a calculation is obviously done as I save, which at times can take 5 mins +.

Each of the cells in the sheet run the following formula :-
{=IF(ISERROR(INDEX(INDIRECT($D$2&"!$D$1:$Q$9999"),SMALL(IF(INDIRECT($D$2&"!$D$1:$Q$9999")=$D$3,ROW(INDIRECT($JD$2&"!$D$1:$Q$9999"))),ROW(INDIRECT($D$2&"!1:1"))),2)),"",INDEX(INDIRECT($D$2&"!$D$1:$Q$9999"),SMALL(IF(INDIRECT($D$2&"!$D$1:$r$9999")=$D$3,ROW(INDIRECT($D$2&"!$D$1:$Q$9999"))),ROW(INDIRECT($D$2&"!1:1"))),2))}
and as you can see, it is an array.

Is there as way of either :-
1. Change the formula so it only runs if there is data in D2 & D3
2. A macro or VBA to stop/start all calculations on the entire sheet
3. A different formula entirely.

The sheet in question is using the INDIRECT to collect a part # & a Sheet title to search & return informtion on the first 15 instances of the part # (see attached image)

Thanks in advance for your help...

Martin
 

Attachments

  • MrExcel Img1.PNG
    MrExcel Img1.PNG
    28.3 KB · Views: 10

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

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