lookup tables

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

Guest

I am building a mapping of our chart of accounts to produce financial
statements. I am using the account number as my main lookup. However, I have
different branches and some of them do not have the same account numbers - so
the lookup function is returning the closest value. What can I do? Thank you
 
If must set the last argument of the lookup function to false to force
it to make exact matches eg
=VLOOKUP(A1,$B$2:$B$5,FALSE)

Hope this helps
Rowan
 

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