What is the syntax for referencing another sheet with 'lookup'

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to reference a lookup table from another sheet - I have tried the
format
=lookup(sheet1!(1, a1:a5, b1:b5)) and other permutations - with & without
brackets - can you help? (I am using Excel 2003)
Thanks
 
Try, assuming A & B are on Sheet1:

=LOOKUP(1,Sheet1!A1:A5,Sheet1!B1:B5)

HTH
 

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