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.
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.