+ Reply to Thread
Results 1 to 4 of 4

Value Lookup based on Multiple Criteria

  1. #1
    Registered User
    Join Date
    11-01-2012
    Location
    Rochester, New York
    MS-Off Ver
    Excel 2007
    Posts
    3

    Value Lookup based on Multiple Criteria

    I am putting a spreadsheet together that will need to select appropriate steel beam sizes based on given criteria. I have a sheet that lists all available sizes and the related properties of each. I would like to pick the lightest size that meets minimum criteria of two or three properties. An additional benefit would be to list the 5 lightest options from the list.

    I am trying to use the index, match, and small functions together, but I am struggleing to get it to work. Any advice would be greatly appreciated.

    Thanks,

    Craig

  2. #2
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: Value Lookup based on Multiple Criteria

    Hi Craig,

    Welcome to the forum. Please upload a sample workbook to help see how the dataset is organized and what you are trying to achieve here.

    Thanks.
    If solved kindly remember to mark Thread as solved.
    Click the small star icon at the bottom left of my post if this was useful.

  3. #3
    Registered User
    Join Date
    11-01-2012
    Location
    Rochester, New York
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Value Lookup based on Multiple Criteria

    Attached is the workbook I am working on. The data is in the "Beam Section Properties" tab and the formula will be entered on the "Underhung Runway Generator" Tab. On the URG tab, the two values on the top of column F are what I want to use as the criteria. I need to find the value from the data set with a minimum weight (Column B), a value in Column H that is equal to or greater than cell F3 on the URG tab, and a value in Column N equal to or greater than cell F4 on the URG tab.

    Let me know if I can provide any more informaion to help.

    Thanks,

    Craig
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    11-01-2012
    Location
    Rochester, New York
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Value Lookup based on Multiple Criteria

    I am pretty sure I solved this problem with the following formula:

    =INDEX('Beam Section Properties'!$A$2:$N$320,MATCH(SMALL(IF('Beam Section Properties'!$H$2:$H$320>'Underhung Runway Generator'!$F$3,IF('Beam Section Properties'!$N$2:$N$320>'Underhung Runway Generator'!$F$4,'Beam Section Properties'!$C$2:$C$320)),ROW(A1)),'Beam Section Properties'!$C$2:$C$320,0),1)

    Craig

+ 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