+ Reply to Thread
Results 1 to 4 of 4

Vlookup returning value at bottom of range.

  1. #1
    Registered User
    Join Date
    06-16-2018
    Location
    Manchester, England
    MS-Off Ver
    2016
    Posts
    138

    Vlookup returning value at bottom of range.

    Merry Xmas forum.

    In A1 I have 7.14
    in B1 I have =VLOOKUP(A1,C1:D5,2,TRUE)
    Range C1:D5 contains the values below.

    7.4 1
    7.2 2
    7.0 3
    6.8 4
    6.6 5

    I want to return 2 but I am returning 5.

    Can someone help with this?

    Thanks

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,728

    Re: Vlookup returning value at bottom of range.

    For an approximate match, the lookup values need to be in ascending order. Try INDEX MATCH with a -1 match.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Vlookup returning value at bottom of range.

    Because C1:C5 is decreasing, try MATCH instead:

    =INDEX(D1:D5,MATCH(A1,C1:C5,-1))
    Quang PT

  4. #4
    Registered User
    Join Date
    06-16-2018
    Location
    Manchester, England
    MS-Off Ver
    2016
    Posts
    138

    Re: Vlookup returning value at bottom of range.

    Spot on guys.

    Many thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Can't get VLOOKUP to work, finding a code in a range and returning figure
    By ZMAFC94 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 09-11-2019, 06:40 AM
  2. [SOLVED] Return Row no. for Lookup from bottom of range, ignoring bottom n no. of rows
    By naira in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 12-27-2018, 12:07 AM
  3. Lookup from bottom of range, ignoring bottom n no. of rows
    By naira in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-05-2018, 04:26 AM
  4. Replies: 3
    Last Post: 12-17-2014, 02:05 PM
  5. Replies: 3
    Last Post: 12-18-2012, 12:39 AM
  6. Vlookup Returning Values based on Date Range
    By kgibson20 in forum Excel General
    Replies: 5
    Last Post: 06-28-2012, 09:13 AM
  7. Replies: 0
    Last Post: 02-20-2012, 05:42 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1