View Single Post
  #2   Report Post  
Alan
 
Posts: n/a
Default

Use the fourth argument in VLOOKUP and set it to FALSE eg
=VLOOKUP(D3,H1:K20,2,FALSE)
Regards,
Alan.
"Traima" wrote in message
...
Can someone tell me the rules of lists used in vlookup?

I have two sheets with the same, unsorted list (sorted differently in both
sheets). I would like to use these list for the vlookup-formula, and when
the
reference I use is on the top of the list (in the formula), it doens't
return
the correct value (0).

Is there any solution to this without me having to add an empty row for
each
new sheet or to do the actual sorting before I can use this formula?