+ Reply to Thread
Results 1 to 2 of 2

VLOOKUP with conditional table array

  1. #1
    Registered User
    Join Date
    06-07-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    24

    VLOOKUP with conditional table array

    I want to do a vlookup with an item that could fall in a couple different ranges of numbers.

    Under $50,000 2.00%
    $50,000-$200,000 2.10%
    $200,001-$400,000 2.20%
    $400,001-$600,000 2.30%
    $600,001 -$800,000 2.40%
    $800,001-$1,000,000 2.50%
    $1,000,001-$1,200,000 2.60%


    So if the input is 56,000 I want the VLOOKUP to give me 2.10%
    If the input is 850,000, I want the VLOOKUP to give me 2.5%

    Does anyone know how to do this? I've attached a spreadsheet with the exact scenario.
    Book2.xlsx
    Thanks for the help in advance!

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: VLOOKUP with conditional table array

    If you create a column with the lower bound of each range then you can use LOOKUP like this

    =LOOKUP(H2,C$3:D$29)*H2

    see attached
    Attached Files Attached Files
    Audere est facere

+ 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. Replies: 2
    Last Post: 02-23-2011, 07:24 AM
  2. Conditional Array & VLOOKUP: Example file attached
    By David Brown in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-09-2010, 09:43 AM
  3. Vlookup Table Array
    By Brandy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-09-2008, 10:09 PM
  4. VLOOKUP - 3 Table Array
    By tangomj in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-01-2006, 12:50 PM
  5. [SOLVED] Vlookup on multiple table array
    By Winson in forum Excel General
    Replies: 1
    Last Post: 01-18-2006, 10:45 AM

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