+ Reply to Thread
Results 1 to 7 of 7

Find Suitable sheet material to produce panel size

  1. #1
    Registered User
    Join Date
    01-17-2007
    Location
    Leeds UK
    MS-Off Ver
    excel 2007
    Posts
    40

    Find Suitable sheet material to produce panel size

    Hi Guys,

    Can anyone help with the attached Worksheet?
    I'm basically looking to find the most economical sheet size to produce a panel (1 panel per sheet only for now) but am really struggling with a formula that will compare all the required criteria:

    Manufacturer & Type & Thickness to match exactly
    AND
    Panel height to be less than Sheet height
    AND
    Panel width to be less than Sheet width
    THEN
    Use the cheapest panel left from the selection

    Any help would be great, I'm currently trying to nest INDEX & MATCH formulas but so far everything I've tried has returned an error.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Find Suitable sheet material to produce panel size

    Try

    in M3

    =MIN(IF(($B$3:$B$1000&" "&$C$3:$C$1000=$I3)*($K3<$E$3:$E$1000)*($L3<$F$3:$F$1000),$G$3:$G$1000))

    Enter with Ctrl+Shift+Enter


    What about "<=" for K and L ???

    =MIN(IF(($B$3:$B$1000&" "&$C$3:$C$1000=$I3)*($K3<=$E$3:$E$1000)*($L3<=$F$3:$F$1000),$G$3:$G$1000))
    Last edited by JohnTopley; 11-20-2016 at 07:37 AM.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Find Suitable sheet material to produce panel size

    Correction ... missed out the check for J3

    =MIN(IF(($B$3:$B$1000&" "&$C$3:$C$1000=$I3)*($D$3:$D$1000=$J3)*($K3<$E$3:$E$1000)*($L3<$F$3:$F$1000),$G$3:$G$1000))
    Last edited by JohnTopley; 11-20-2016 at 07:52 AM.

  4. #4
    Registered User
    Join Date
    01-17-2007
    Location
    Leeds UK
    MS-Off Ver
    excel 2007
    Posts
    40

    Re: Find Suitable sheet material to produce panel size

    Brilliant John, thank you.

    As always seems to be the case though, I've got the answer I asked for but not the one I actually needed!
    I will try to add an offset to your formula so it returns sheet height, width & Price across 3 cells.

    Also, thank you for not pointing out my deliberate mistake in the description of column A

    I'll mark this as solved as soon as I can incorporate it into the actual scheduler.

    Lee

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Find Suitable sheet material to produce panel size

    for height/width

    with Price in M3

    in N3

    =INDEX(E$3:E$100,MATCH($M3,$G$3:$G$100,0))

    in O3

    =INDEX(F$3:F$100,MATCH($M3,$G$3:$G$100,0))

  6. #6
    Registered User
    Join Date
    01-17-2007
    Location
    Leeds UK
    MS-Off Ver
    excel 2007
    Posts
    40

    Re: Find Suitable sheet material to produce panel size

    Ok I give in!

    Can someone remind me why I spend hours juggling formulas & trawling 'Tinternet to try and stumble upon an answer that you guys can work out in minutes????

    It's very Tempting just to put the whole project on here & let an expert deal with it.......but I MUST try to learn

    Thanks Again John All three formulas work perfectly.

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Find Suitable sheet material to produce panel size

    You are very welcome.

    Yes ... you have to learn ( myself included) and this forum is an excellent source of "learning" so try and make regular visits and look at some of the responses.

    Try having ago yourself but rather then spend hours trawling the net, post your query here.

+ 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. Need to find material to build logical and mathematical operations.
    By namy77 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-04-2016, 06:04 PM
  2. [SOLVED] Base on material code - find out latest P.O. date per project
    By ExcelUser2707 in forum Excel General
    Replies: 4
    Last Post: 07-10-2014, 04:47 AM
  3. Looking for A Suitable Formula for My Spreadsheet To Find Exact Matches of Data
    By Lynda Ritchie in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-24-2012, 09:22 AM
  4. Excel 2007 : Data missing, new panel appears above sheet.
    By stanbridge in forum Excel General
    Replies: 3
    Last Post: 08-06-2008, 03:45 AM
  5. help panel won't go away after saving a practice sheet
    By bernie b. in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 05-03-2006, 03:35 PM
  6. Conditional formatting - Find common material
    By kuansheng in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-31-2006, 02:40 PM
  7. making one material list from mulitple vendor material lists
    By In the beginning in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-07-2005, 11:08 PM

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