+ Reply to Thread
Results 1 to 3 of 3

calculating percent delivered in a certain time frame

  1. #1
    Forum Contributor
    Join Date
    03-11-2021
    Location
    india
    MS-Off Ver
    365
    Posts
    154

    calculating percent delivered in a certain time frame

    Hi,

    I have sheet where quantities of items are ordered on a given date.
    They're then delivered on various dates. Some can be delivered quickly, others no so.

    I really need a way to find out, for a given order date, what percentage of the total quantity was delivered in a certain time frame, e.g. < 1 day, < 7 days
    Can't think of way to do this with either formula or pivot.

    So for example, in attached file.
    For order 01/05/2022 42 items were ordered (sum of col c)
    19 items were sent within a day which is 45.3%
    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,457

    Re: calculating percent delivered in a certain time frame

    Try

    =SUMPRODUCT(($E$3:$R$8)*($E$2:$R$2<=$A3+1))/SUMPRODUCT(($C$3:$C$17)*($A$3:$A$17=$A3))

    Change highlighted as required e.g 7 for delivery within 7 days
    Last edited by JohnTopley; 07-01-2022 at 03:50 PM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Contributor
    Join Date
    03-11-2021
    Location
    india
    MS-Off Ver
    365
    Posts
    154

    Re: calculating percent delivered in a certain time frame

    Fantastic. Thank you so much

+ 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. Calculating the percent off the percent
    By helpmeplease2019 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-22-2019, 08:16 PM
  2. [SOLVED] Projects delivered on time etc
    By katemills in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-31-2018, 09:47 AM
  3. [SOLVED] Calculating time-frame (days) between 2 dates excluding weekends/holidays
    By Mparrish6001 in forum Excel General
    Replies: 6
    Last Post: 05-10-2018, 09:20 AM
  4. Calculating percent of hours worked by shift using military time
    By seanpod in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-24-2015, 01:23 PM
  5. Calculating a time frame
    By stveez in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-14-2014, 03:37 PM
  6. How to work out percentage of projects delivered on time
    By Vinnyvagus in forum Excel General
    Replies: 5
    Last Post: 02-14-2014, 04:24 PM
  7. Calculating the minutes for a period during a time frame
    By aquajock98 in forum Excel General
    Replies: 0
    Last Post: 07-29-2011, 06:55 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