+ Reply to Thread
Results 1 to 3 of 3

Looking up values using multiple criteria

  1. #1
    Registered User
    Join Date
    07-02-2010
    Location
    Birmingham
    MS-Off Ver
    Excel 2007
    Posts
    21

    Looking up values using multiple criteria

    Hello.

    I have a tricky problem:

    I need to return a value in a column in my spreadsheet, the value of which depends on multiple criteria.

    My spreadsheet is very large, so I need to do this using a formula if possible.

    I have attached a dummy spreadsheet to explain the problem.

    I'd be grateful for any help! Please let me know if I need to clarify things further.

    Many thanks,
    A
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: Looking up values using multiple criteria

    Hi

    Try this
    Cell B2 =SUMPRODUCT((K$2:K$11<=C2)*(L$2:L$11>=C2)*J$2:J$11)

    Cell A2 =INDEX($I$2:$I$11, MATCH(B2, INDEX($J$2:$J$11, 0), 0))
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

  3. #3
    Registered User
    Join Date
    07-02-2010
    Location
    Birmingham
    MS-Off Ver
    Excel 2007
    Posts
    21

    Re: Looking up values using multiple criteria

    Perfect! Thanks.

+ 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