Referencing data in a column which changes length daily

lewis1

Board Regular
Joined
Jul 20, 2009
Messages
81
Hi all,

Situation:
I have a column of data 'reference column' which changes length on a daily basis.
In other columns 'formula columns' I have formulas which are dependent on the 'reference column' data.


Current Solution:

My data length will not be longer than 1000 rows. For all my 'formula columns", I use an IF statement to leave these cells blank if there is nothing in the 'reference column' and I run that down for 1000 rows.


Problem:

The current solution is heavy, inflexible and inefficient.


Question:
What is the best practice to populate my 'formula columns' where my data from the 'reference column' changes daily.

Thanks very much,
Lewis.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
It sounds like you need to use a Dynamic Named range. There are plenty of examples on here and there is a good description at www.ozgrid.com/Excel/DynamicRanges.htm ‎See how you get on and if it doesn't make sense come back here
 
Upvote 0
If you are able to create a table (Insert | Table on the ribbon) and have those formula ranges as part of the table, everything would go automatically.

Otherwise, you need to sollicite for code in VBA which inspects data area and runs the formulas in formula columns just far as needed.
 
Upvote 0

Forum statistics

Threads
1,215,603
Messages
6,125,788
Members
449,260
Latest member
Mrw1

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