+ Reply to Thread
Results 1 to 4 of 4

Need to return a value from a chart with 2 criteria

  1. #1
    Registered User
    Join Date
    08-14-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2003
    Posts
    3

    Need to return a value from a chart with 2 criteria

    My first post and I have experience with the very simple Excel formulas only. I have a simple chart (attached... I hope). I need a formula that will return a value based on the row and column criteria. For example, if I enter 250 in the "Tonnage" cell D14 and 3 in the "Qty" cell D15 it will show $1,200 in the "Cost" cell D16 based on the chart. I have played around with the Index, Match, and Vlookup but I'm in over my head. Any help would be greatly appreciated!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    09-10-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    929

    Re: Need to return a value from a chart with 2 criteria

    Try this...

    =INDEX($B$6:$D$11,MATCH(D14,$A$6:$A$11,0),MATCH(D15,$B$5:$D$5,0))

  3. #3
    Registered User
    Join Date
    08-14-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Need to return a value from a chart with 2 criteria

    Thank you so much! It works perfectly for column B criteria (Criteria of 1). That is way further than I was able to get. How do I add Qty 3 and Qty 4 criteria?

  4. #4
    Registered User
    Join Date
    08-14-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Need to return a value from a chart with 2 criteria

    Actually with your help getting me started I just figured it out. Thanks again, I really appreciate it!

+ 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. Return value if two criteria match
    By patstickets in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-09-2012, 08:03 AM
  2. [SOLVED] Excel 2007 : Return value if four criteria are met
    By CatherineCarey in forum Excel General
    Replies: 4
    Last Post: 04-26-2012, 10:16 AM
  3. looking up multiple criteria for one return
    By mheinmiller in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-03-2009, 11:21 AM
  4. Satifying 2 criteria...then return a value
    By kieffer in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-15-2007, 06:56 PM
  5. [SOLVED] return value based on two criteria
    By blopreste3180 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-16-2006, 10:20 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