+ Reply to Thread
Results 1 to 4 of 4

I have order quantities and % late for each. How do I calculate the main drivers?

  1. #1
    Registered User
    Join Date
    06-29-2017
    Location
    USA
    MS-Off Ver
    Office 2016
    Posts
    76

    I have order quantities and % late for each. How do I calculate the main drivers?

    This may be more of a math question sorry :P

    So say you have three columns (sorry for bad formatting):

    Order Quantity % Late
    A 500 62%
    B 50 95%
    C 300 25%
    D 900 55%
    E 150 82%


    So with a sample like that, it's not easy to just say the largest order quantity or largest % late is the largest driver of total percent late % for all orders.

    So is there a way to calculate something in a new column that gives a new ranking for each to order them from largest contributor to total late % to smallest?

    Thanks! Let me know if that doesn't make sense!

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,434

    Re: I have order quantities and % late for each. How do I calculate the main drivers?

    Please attach a sample workbook. In it, manually mock up a before and after showing some expected results.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: I have order quantities and % late for each. How do I calculate the main drivers?

    If the #1 contributor is the order with the highest number (not percent) late, you can use this:

    D2 (# Late) =B2*C2
    Drag down column D.

    E2 (Rank) =COUNTIF(D:D,">="&D2)
    Drag down column E.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: I have order quantities and % late for each. How do I calculate the main drivers?

    If you do not want to use a helper column, you can use this in D2:

    =SUMPRODUCT(--(B$2:B$6*C$2:C$6>=B2*C2))

+ 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. Create batches based on set quantities and order by earliest date
    By Ocdawg in forum Excel Programming / VBA / Macros
    Replies: 26
    Last Post: 02-26-2018, 04:48 PM
  2. Calculate drivers hours and rest periods
    By fastcar in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-06-2017, 09:45 PM
  3. Add up order quantities and show date required summary
    By miked79 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-04-2017, 10:02 AM
  4. Using Quantities to automatically populate a purchase order
    By Richard P in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-18-2016, 05:42 AM
  5. Use the table to calculate differetn quantities
    By chubbychub in forum Excel General
    Replies: 3
    Last Post: 10-25-2012, 08:27 AM
  6. Making a chart calculate quantities
    By All InstinX in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-05-2009, 05:36 PM
  7. [SOLVED] Rounding up results to meet minimum order quantities.
    By Vin C. in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-07-2006, 02:45 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