Consulting

Results 1 to 2 of 2

Thread: vlookup (not exact match)

  1. #1

    vlookup (not exact match)

    Hi,

    will the vlookup function start to lookup value from the bottom or from the top?

    I did try many time.
    The result tell me that the vlookup function start to lookup from the bottom.

    In my picture,
    when I lookup "shirt", it return 65
    when I lookup "jacket", it return 24

    Both suggest that the vlookup function start to lookup from the bottom.

    column h
    is the function in column g
    column g is the result
    Attached Images Attached Images

  2. #2
    VBAX Expert shrivallabha's Avatar
    Joined
    Jan 2010
    Location
    Mumbai
    Posts
    750
    Location
    Did you try VLOOKUP with arguments like:
    =VLOOKUP(F5,B5:D8,3,0)
    Or
    =VLOOKUP(F5,B5:D8,3,FALSE)
    If you do not specify the last argument then it assumes it to be equal to 1 or TRUE and then gives last value but it doesn't start looking from bottom for sure.
    Last edited by shrivallabha; 03-05-2011 at 07:05 AM. Reason: Disabled smilies!
    Regards,
    --------------------------------------------------------------------------------------------------------
    Shrivallabha
    --------------------------------------------------------------------------------------------------------
    Using Excel 2016 in Home / 2010 in Office
    --------------------------------------------------------------------------------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •