VLOOKUP question

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

Guest

In =VLOOKUP(A2,'C:\[Pricing.xls]Sheet1'!A:C,3,FALSE)*B2, what does
"A:C,3,FALSE" mean?
 
The False means that an exact match must be made between the lookup value
(A2) and the lookup range an error will be the result if there is no match.
advantages of this are that when you must have an exact match you can force
it. also the lookup table does not have to be sorted before it works.
 

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


Back
Top