+ Reply to Thread
Results 1 to 4 of 4

Lookup table

  1. #1
    Registered User
    Join Date
    01-12-2007
    Posts
    9

    Lookup table

    Hi everyone,

    I am having hard time thinking about this. Any help will be greatly appreciated.

    Here is what i am trying to acheive

    In the attached sample model I want to incorporate federal rebate.
    You only get rebate if the average fuel economy for the vehicle is less than 6.5 for cars ( C ) 8.3 for vans ( V ) and 13.0 for Flexible Fuel Vechicles (FFV)

    The maximum rebate that you can get is $2000 and minimum $1000. You cannot get any higher or lesser than this.
    So in my model if I select C in cell G6 it should look at cell E55 which is the average fuel efficiency of that vehicle and do the calculations based on the table for cars.

    Looking forward to hearing from you guys with solutions.

    Thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Contributor WinteE's Avatar
    Join Date
    04-07-2007
    Location
    Netherlands
    Posts
    544
    Hi,

    The following function will do the trick for you.

    =SUMPRODUCT((I38:I41>E55)*(J38:J41<E55)*(K38:K41))

    You have to change "or less" in cell J41 to zero to make it work right.

    Succes,

    Erik
    Just keep it simple !


    http://www.excelguide.eu
    In English as well as in Dutch

  3. #3
    Registered User
    Join Date
    01-12-2007
    Posts
    9
    Thanks for your promt response.

    Is there anyway i can use the index match function for the lookup table. I have used it in other cases where there was one column for rates and the other for amounts. Where as now i have two column for rates and one column for amounts.

    Any suggestions anyone?

    Thanks,

  4. #4
    Forum Contributor
    Join Date
    08-28-2006
    Posts
    280

    This might help

    aamilkhan,

    You might want to take a look at DGET. It might work for you. Take a look at the attached zip file.

    See ya,

    Dean
    Attached Files Attached Files

+ 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