Lookup formula

  • Thread starter Thread starter Fiona
  • Start date Start date
F

Fiona

Hi,

I am currently using a lookup formula to look at 2 sets of data on 2 excel
pages. It works fine when looking at 2 or 3 cells, but when I expand the
formula to lookup a few thousand cells is automatically looks up the last
cell amount, not the cells overall.

ie
LOOKUP(A2,Sheet1!$B$3:$B$10000,Sheet1!$C$3:$C$10000) doesn't work

but LOOKUP(A2,Sheet1!$B$3:$B$5,Sheet1!$C$3:$C$5) works fine


Any suggestions would be much appreciated.

The data it's reading is a data import, but I have re-imported to make sure
their are no faults with that.

Thankyou

Fiona
 
Thanks Bob, that must have been it, sorted both import so they matched and
all is fine now.

thanks again
 
thanks Bob, I've sorted both imports the same way and it works now so that
must have been it.

Thanks again
 

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

Similar Threads

Fill Series for Lookup 2
Lookup formula 1
Lookup Function help 2
Formula Question 2
Logical Test for a value in a named list? 10
Lookup, index, match, range, oh my... 1
Sum / Lookup 9
Excel VBA 1

Back
Top