Inside formulas, should i use Excel table structural references or Dynamic Named ranges?

flora1

New Member
Joined
Nov 27, 2017
Messages
48
I have a big file with many formulas.

currently, it is too slow. because my predecessor has used whole column reference inside formulas.

i want to change the whole column references to either Excel tables or dynamic named ranges.

so my question is, which one should i use to make my excel work faster? I mean for excel formulas to calculate faster
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
I don't know if there is a straightforward answer to this.
Excel tables are easy to set up while dynamic named ranges can be somewhat trickier.
I'd suggest you try both on a copy of your data
 
Upvote 0
These four MSDN articles by Charles Williams, with David Chestnut, appear to give a slight edge to using structured tables over dynamic ranges, particularly with Excel 2016:


The first three articles were updated in October, 2017, the fourth in October, 2016.
 
Upvote 0
These four MSDN articles by Charles Williams, with David Chestnut, appear to give a slight edge to using structured tables over dynamic ranges, particularly with Excel 2016:


The first three articles were updated in October, 2017, the fourth in October, 2016.

thank you very much
 
Upvote 0
I'd go for dynamic named ranges. These definitions should not use OFFSET or INDIRECT and COUNTA at all.

Do you mean "Do not use OFFSET, do not use INDIRECT, do not use COUNTA" or do you mean "do not use OFFSET with COUNTA, and do not use INDIRECT with COUNTA?"

The formula I most often use for a dynamic range in a column is INDEX with COUNTA, for example,

=$A$1:INDEX($A:$A,COUNTA($A:$A))
 
Upvote 0
Do you mean "Do not use OFFSET, do not use INDIRECT, do not use COUNTA" or do you mean "do not use OFFSET with COUNTA, and do not use INDIRECT with COUNTA?"

The formula I most often use for a dynamic range in a column is INDEX with COUNTA, for example,

=$A$1:INDEX($A:$A,COUNTA($A:$A))

No COUNTA, please. All those years I have been forwarding dynamic named ranges which do not invoke COUNTA at all. Mind you, COUNTA looks at every cell one by one.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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