+ Reply to Thread
Results 1 to 5 of 5

Vlookup with multiple conditions

  1. #1
    Registered User
    Join Date
    06-13-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    74

    Vlookup with multiple conditions

    I've attached a file.

    What I basically need is a formula that would search through the Data tab and return a rate on the Daily Cost page in cell D3.

    So it has to lookup the Destination, and the weight. Take for example Leaksdale as the destination, and 25,000 as the weight, in the Data table I need it to return, $1.90 because the weight is greater than 23999 but less than or equal 48,000.

    If the destination was the same and the weight was 750, then the rate should be $12.99 since the weight greater than 499 and less than or equal to 999

    If the weight was 150, meaning less than or equal to 250, then the rate that is returned should be $45.74

    Any help is appreciated.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    10-16-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    31

    Re: Vlookup with multiple conditions

    =VLOOKUP(B3,Costs!A1:M248,MATCH('Daily Data'!C3,Costs!A1:M1,0),0)

  3. #3
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Vlookup with multiple conditions

    i think i have done this for you

    Daily Cost.xlsx

    i used this formula

    Please Login or Register  to view this content.
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  4. #4
    Registered User
    Join Date
    06-13-2012
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    74

    Re: Vlookup with multiple conditions

    Quote Originally Posted by twiggywales View Post
    i think i have done this for you

    Attachment 189397

    i used this formula

    Please Login or Register  to view this content.

    WOrked perfectly, thanks man

  5. #5
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Vlookup with multiple conditions

    no problem glad to help

+ 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