• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

range_lookup(0/1)parameter when using vlookup

Dear All Excel Gurus,

Please share ideas which will help me to understand range_lookup parameter.

=VLOOKUP(D1,$A$1:$B$8,2,)
=VLOOKUP(D1,$A$1:$B$8,2,0)
why both works as same even if omitted range_lookup parameter but if omitted range_lookup parameter, by default it works as TRUE or 1.

Regards
Ramesh
 
VLOOKUP with range_lookup TRUE returns approximate match to the value if there is no exact match found, without going over.

If there is exact match, it will return same value as range_lookup FALSE.

NOTE: Table array must be sorted in ascending order (smallest to largest)
 
Back
Top