Non-Volatile Dynamic Range is referencing entire sheet

mrblister

Board Regular
Joined
Nov 20, 2016
Messages
191
Office Version
  1. 2019
Platform
  1. Windows
I have a minor problem, and I was hoping someone may have a solution.

I have a range of data what intermittently expands (columns and/or rows).

To make sure my formulas are always working (when data is added), I use non-volatile dynamic range references. For example, for a formula in cell A6:
SUM($A$5:INDEX($1:$9999,$A$1,$B$1)) where A1=last row, B1= last column
I use the above formula instead of using Indirect (or other volatile formulas), which is volatile.

The above strategy works quite well. Except that the bolded part becomes an issue when tracking formula errors. For example, if I select ANY cell within the range $1:$9999, and I use the "Trace Dependents" feature, all those cells point to A6. I have many, many formulas using the dynamic reference strategy above, so "Trace Dependents" will send arrows to all those cells, making tracing nearly impossible.

I am looking for a way to non-volatile-ly dynamically reference ranges, AND I would like to Trace Dependents so I can track down formula issues. So can anyone recommend a way to alter my formula (the bolded part) so that I can Trace Dependents, OR can someone recommend another non-volatile dynamic reference strategy?
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,214,419
Messages
6,119,389
Members
448,891
Latest member
tpierce

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