+ Reply to Thread
Results 1 to 4 of 4

Formula/Algebra help?

Hybrid View

tommystanek Formula/Algebra help? 03-25-2016, 01:27 PM
FDibbins Re: Formula/Algebra help? 03-25-2016, 02:09 PM
tommystanek Re: Formula/Algebra help? 03-25-2016, 02:23 PM
CAntosh Re: Formula/Algebra help? 03-25-2016, 05:50 PM
  1. #1
    Registered User
    Join Date
    06-12-2015
    Location
    Madison WI
    MS-Off Ver
    2010
    Posts
    52

    Formula/Algebra help?

    1st Vendor sells 5LB Boxes at X
    2nd Vendor sells 5LB Boxes at Y AND 30LB Boxes at Z (one 30LB box cost less than six 5LB boxes)

    What formula would allow me to calculate for (example) a 35LB order?

    1st Vendor obviously 5LB multplied by 7
    2nd Vendor i need to auto calculate a purchase of one 30LB box and one 5LB box to get the most competitive cost.

    Formula? Help?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Formula/Algebra help?

    This sounds very much like a homework assignment?
    (and please dont post duplicate threads )
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    06-12-2015
    Location
    Madison WI
    MS-Off Ver
    2010
    Posts
    52

    Re: Formula/Algebra help?

    Sorry. I thought I may have posted it in the wrong forum (as there were no responses, and I assumed this would be an easy one for you excel gurus).

    As for a homework assignment... I wrote it out in the best way I could to be clear on what kind of formula or function I was looking for that could help me learn how excel could best accomplish my goal. I'm building a material list (for our salesmen) that auto calculates the cost of products per vendor and auto-selects the most cost effective vendor based on the quantities necessary input by the salesman.

  4. #4
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Formula/Algebra help?

    I'm guessing Kaper's deleted post had a correct solution, but Kaper and FDibbins both appear to be offline, and you've clarified that this isn't homework, so here's what I have:

    If your 5 lb. cost is in column A and your 30 lb. cost is in column B, then place the formula below in C2 and fill down through all of your cost combinations. If the 30 lb option is blank, it'll give you the cost of seven 5 lb. boxes. Otherwise, it'll return the cost of a 5 lb box and a 30 lb box.

    =IF(ISBLANK($B2),7*$A2,$A2+$B2)

    If you're planning heavy modifications and want something more flexible, the formula below ultimately does the same calculation, but you can clearly see the 5,30, and 35 so that you can edit those if your numbers change. You could also tie those values to cells if you want to change the numbers on the fly. Enter it in C2 and fill down.

    =IF(ISBLANK($B2),$A2*35/5,INT(35/30)*$B2+(MOD(35,30)/5)*$A2)

+ 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. [SOLVED] Maybe more an algebra question?
    By tommystanek in forum Excel General
    Replies: 4
    Last Post: 03-25-2016, 07:47 PM
  2. Single variable algebra formula - use Solver function?
    By yumyumdimsum in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-17-2015, 01:51 AM
  3. [SOLVED] Algebra formula
    By Aland2929 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-07-2013, 08:22 AM
  4. algebra in excel help
    By kamelkid2 in forum Excel General
    Replies: 3
    Last Post: 10-18-2011, 08:34 AM
  5. solving for x algebra 5*X=10
    By superdow in forum Excel General
    Replies: 1
    Last Post: 02-09-2010, 11:33 AM
  6. [SOLVED] Algebra
    By Ernst Guckel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-14-2005, 10:05 PM
  7. [SOLVED] Reversing POWER Formula:with greater algebra skills help me with below formula?
    By soroosj@swbell.net in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-01-2005, 07:05 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