What are the problems with ref. a large range?

  • Thread starter Thread starter mike.r.harris
  • Start date Start date
M

mike.r.harris

Does referencing a huge range use more resources for example
does........
=IF(ISNA(LOOKUP(C6,LSM_Summary_ADC!O3:O65000,LSM_Summary_ADC!
F3:F65000)),"x",LOOKUP(C6,LSM_Summary_ADC!O3:O65000,LSM_Summary_ADC!
F3:F65000))
use more resource then say .......
=IF(ISNA(LOOKUP(C6,LSM_Summary_ADC!O3:O100,LSM_Summary_ADC!
F3:F100)),"x",LOOKUP(C6,LSM_Summary_ADC!O3:O100,LSM_Summary_ADC!
F3:F100))
I need to allow for an expanding data range and don't want to keep
extending it.

any help appreciated...... many thanks mike
 
try
On the Summary_ADC sheet>insert>name>define>name it something like
lookuprng>in the refers to box type
=offset($o$3,0,0,counta($O:$O),1)
then refer to that now self-adjusting named range instead
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top