+ Reply to Thread
Results 1 to 8 of 8

Math/ Fomula Problem

  1. #1
    Registered User
    Join Date
    08-14-2014
    Location
    Sydney
    MS-Off Ver
    2013
    Posts
    4

    Math/ Fomula Problem

    Hi All,

    This is a Math question as much as it is an Excel question (maybe a little more math) - So apologies if i have posted this in the wrong section.

    I have a formula i use to work out how many Top Blanks I need to use to get an amount of Finished Tops for a job.
    Top Blanks are always 3600 and i allow 10mm for saw cuts and machining.
    Variables are Quantity (Qty) and the finished size of the top (Width)

    =ROUNDUP(Qty/(ROUNDDOWN(3600/(Width+10),0)),0)

    So what i need is a formula to include more than one finished size (Width2, Width3 etc) and a quantity for each width (Qty 2, Qty 3 etc)

    Any Ideas will be appreciated!

    Thanks, Adam

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,957

    Re: Math/ Fomula Problem

    If that formula works, try this, where Widths and Quantities are equally-sized ranges:

    =ROUNDUP(Qty/(ROUNDDOWN(3600/SUMPRODUCT((Widths+10)*(Quantities)),0)),0)
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Math/ Fomula Problem

    There's a workbook that will do this at https://app.box.com/shared/uhrjy318l1
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    08-14-2014
    Location
    Sydney
    MS-Off Ver
    2013
    Posts
    4

    Re: Math/ Fomula Problem

    Thanks Bernie, I've never played with SUMPRODUCT so i will have a go at that today

    Thanks shg - This spread sheet looks pretty good and i am keeping it, although its not quite what i'm looking for here. The problem i have is that the "ecxel" spreadsheets i use are a watered down version that are built into another program i use to run CNC machinery. They basically contain the data that generates all the machine code and material ordering reports/ shop drawings etc. The more i can make it do, the less i have to pull out the pocket calculator

  5. #5
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,604

    Re: Math/ Fomula Problem

    Pl see attached file with formula with ans tallied.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    08-14-2014
    Location
    Sydney
    MS-Off Ver
    2013
    Posts
    4

    Re: Math/ Fomula Problem

    Thanks kvsrinivasamurthy,

    I have this part sorted although you've shown me a much simpler way to do it. Its just adding up the totals of each individual size. What i need it to do is get everything it can out of 3600.

    IE - If i wanted 12 x900, i will need 4 x3600
    - If i want 4 x800, i would need 1 x3600
    - Yes if i add these up the total is 5
    - BUT, If i want 12 x900 AND 4 x800 for the same job, i can get these out of the 4 x3600 by getting 3x900 and 1x800 out of each 3600.

    And here in lies the mathematical problem!

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Math/ Fomula Problem

    If i wanted 12 x900, i will need 4 x3600
    I don't think you are accounting for the kerf.

  8. #8
    Registered User
    Join Date
    08-14-2014
    Location
    Sydney
    MS-Off Ver
    2013
    Posts
    4

    Re: Math/ Fomula Problem

    shg,

    The 10 is for saw cuts/ machining. That is why i only get 3 x 900 out of a 3600 - but i would get an 800 out of the offcut.

  9. #9
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,604

    Re: Math/ Fomula Problem

    Pl see attached file with formula.
    Attached Files Attached Files
    Last edited by kvsrinivasamurthy; 08-18-2014 at 03:36 AM.

+ 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. Fomula Problem
    By whitieklf in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-07-2006, 07:35 AM
  2. Replies: 3
    Last Post: 02-16-2006, 07:00 AM
  3. math problem
    By Keven in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  4. math problem
    By Keven in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  5. [SOLVED] math problem
    By Keven in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-29-2005, 12:05 PM

Tags for this Thread

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