+ Reply to Thread
Results 1 to 5 of 5

Value lookups from a table

Hybrid View

  1. #1
    Registered User
    Join Date
    07-01-2013
    Location
    Anchorage, AK
    MS-Off Ver
    Excel 2010
    Posts
    24

    Value lookups from a table

    There are different tiers in calculating a fee for title insurance based off of the loan amount. The cells in J12:L15 are the tiers and L12:L15 are the rate and K12:K15 are the base rates for that tier. For example if the loan amount was $450,000.00 the formula would be C12*L13+K13

    The value should be calculated in cell G11 (ALTA insurance, tried using an if then then realized there were more than two tiers)

    I have attached the spreadsheet it would be on the setup page
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,504

    Re: Value lookups from a table

    Does the below in G11 work as you'd expect?

    Formula: copy to clipboard
    =C12*INDEX(L12:L15,MATCH(C12,J12:J15,1))+INDEX(K12:K15,MATCH(C12,J12:J15,1))


    BSB

    EDIT: Sorry, forgot to mention that I too had amended cells J12:J15 to show the lower boundary value only.
    Last edited by BadlySpelledBuoy; 04-20-2016 at 03:32 PM.

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Value lookups from a table

    See attached. It's a common mistake, I've seen two similar ones today. By all means have a single cell that shows the band range but a VLOOKUP table only needs to know the band boundaries. I've added a new column K which contains just the band start number and then the VLOOKUP is

    Formula: copy to clipboard
    =C12*VLOOKUP(C12,K10:M15,3,TRUE)+VLOOKUP(C12,K10:M15,2,TRUE)
    Attached Files Attached Files
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Forum Contributor
    Join Date
    10-30-2014
    Location
    England
    MS-Off Ver
    2007 / 365
    Posts
    279

    Re: Value lookups from a table

    For simplicity you could use the DGET function to fetch the two values.
    Attached Files Attached Files
    Last edited by EchoPassenger; 04-20-2016 at 03:58 PM.

  5. #5
    Registered User
    Join Date
    07-01-2013
    Location
    Anchorage, AK
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Value lookups from a table

    Thank you all! Richards worked best for me, I can use a similar formula for purchase scenarios

+ 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. Populate a table with options and lookups
    By Mr Nat in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-21-2013, 09:20 PM
  2. Lookups to check if a column contains a value from a table
    By Mumps in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-19-2013, 02:04 PM
  3. It is possible to name a pivot table for use in lookups
    By qaliq in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 01-18-2013, 10:22 AM
  4. condensing a disjointed table, with lookups
    By mgolay in forum Excel General
    Replies: 2
    Last Post: 10-16-2012, 09:07 PM
  5. VBA and Table Lookups - HELP !
    By Luciferlicks in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-08-2011, 03:06 AM
  6. Lookups in a table range?
    By Mike1987 in forum Excel General
    Replies: 14
    Last Post: 06-21-2011, 04:32 AM
  7. Using Lookups to change a value in the lookup table
    By t0m46 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-11-2009, 07:30 PM
  8. Table lookups for interpolation
    By jrquebe in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-08-2007, 12:08 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