+ Reply to Thread
Results 1 to 2 of 2

Need Modified VLOOKUP()

  1. #1
    Valued Forum Contributor SDruley's Avatar
    Join Date
    04-27-2009
    Location
    Conover, NC
    MS-Off Ver
    Excel 2010 64 bit
    Posts
    415

    Lightbulb Need Modified VLOOKUP()

    I learned that to solve many problems it is prudent to go further upstream in the logic and thinking. In this case, I re-engineered the lookup field and solved the problem.


    By definition, in the VLOOKUP syntax, if range_lookup is either TRUE or is omitted, an exact or approximate match is returned. If an exact match is not found, the next largest value that is less than lookup_value is returned...

    Given this, my question is: is it possible that if an exact match is not found that the next smallest value is returned?

    Thanks for any help
    Last edited by SDruley; 01-05-2010 at 11:26 AM. Reason: Solved

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Need Modified VLOOKUP()

    Hi,

    you may just need to shift your lookup table by one row.

    Or, you can use INDEX/MATCH, with the last MATCH parameter set to -1, but your list must be sorted descending for that to work.

    Upload an example and let's have a look.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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