+ Reply to Thread
Results 1 to 3 of 3

Formula to subtract cells, multiply by a percent, and distribute by average

  1. #1
    Registered User
    Join Date
    09-30-2015
    Location
    United States
    MS-Off Ver
    2007
    Posts
    37

    Formula to subtract cells, multiply by a percent, and distribute by average

    This spreadsheet is to be able to quickly see how many assemblies have been
    built to date (Estimated Running Total) and have the Start Quantity
    calculated based on what is left to build - divided by remaining project
    weeks (each row) - while taking into consideration yield percentage.

    For example:

    Say I am at line 11.* It is telling me that 74 assemblies have been made
    (out of 660).* We have scheduled to start another 40 assemblies expecting to
    get 20 good assemblies based on the 50% yield.

    Let's say that we had a good week, and instead of only 20 good assemblies
    (50%), we got 30 good units (75%).

    I want to be able to enter in 75% in B11 - have the Calculated Finish
    Quantity (C11) update with the correct yield quantity (30) - and have the
    Estimated Running Total update.

    I then want (and this is the part I am having the most issue with) - line
    A12 through line A40 update with new (equally divided based on remaining
    build weeks left) Start Quantities based on a finished quantity of 660 and
    taking into consideration the Yield Assumptions.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: Formula to subtract cells, multiply by a percent, and distribute by average

    The way it's been structured is circular. You calculate the Start Qty based on Yield but you want the Yield to fix Finished Qty to a number which in turn, based on the formula in Start Qty must be fixed to a number (i.e. 20)

    So you'll need to break the circularity. The formula you have there seems to work if you just replace the formula with a hard input in A11 with the number 40 in there. Everything else updates automatically.

    I.e. for future weeks, manually type in Start Qty and Yield Assumption. The StartQty for all subsequent weeks will auto update.

    Would that work for your purpose?

  3. #3
    Forum Contributor
    Join Date
    03-22-2017
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    230

    Re: Formula to subtract cells, multiply by a percent, and distribute by average

    I try to do based on quekbc.
    and it is normal to compare between the budget and the actual result.

    but for the way you calculate the start Qty, the beginning will have bigger portion, hope you understand...

    for my try, you need to key in the for the B2 and the Yield Assumption, Actual
    Start Qty, and Calculated Finish Qty. the remain will auto change.

    B3:B40 formula,
    =ROUNDUP(((660-H2)/C3)/(39-A2),0)

    C2:C40
    =B2*C2

    F2:F40
    =G2/E2

    H2
    =IF(G2="",D2,G2)

    H3:H40
    =IF(G3="",D3+H2,G3+H2)
    Attached Files Attached Files
    Hope you can learn every time you visit here.

    If you still confuse on how it work, kindly ask or go to
    i) Formula - Formula (Ribbon) > Formula Auditing (Section) > Evaluate Formula > Evaluate; or
    ii) VBA/Code - Click F8 to see how it work step by step.

    It it take care of your question, Please:
    Mark tread as [Solved] [Thread Tools->Mark thread as Solved]
    ;and
    Click *Add Reputation to thank anyone solved your question.

+ 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] multiply a range of cells and then subtract a percentage.
    By louis.vail in forum Excel General
    Replies: 7
    Last Post: 08-19-2015, 09:00 AM
  2. Formula to average 3 most recent scores by date, then subtract baseline
    By kslattery in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-18-2014, 11:16 AM
  3. [SOLVED] Average based on percent deviation of two cells
    By mikebon111 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-14-2014, 09:07 PM
  4. How do you multiply a percent?
    By arkan01d in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-14-2013, 04:06 PM
  5. [SOLVED] Add,subtract,multiply,divide without the text, letters.
    By Raist in forum Excel General
    Replies: 5
    Last Post: 10-12-2012, 08:08 AM
  6. [SOLVED] How to add/multiply/subtract etc... an array?
    By anon in forum Excel General
    Replies: 8
    Last Post: 08-22-2012, 02:25 PM
  7. Add & Subtract Time, then multiply by $
    By BudParker in forum Excel General
    Replies: 3
    Last Post: 02-08-2009, 03:20 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