Results 1 to 10 of 10

Qty that drop into a date bucket when I input a date with other criteria

Threaded View

  1. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,658

    Re: Qty that drop into a date bucket when I input a date with other criteria

    First, to get the dates automatically:
    In F2
    =MIN(D3,D4)
    G2
    =F2+1
    Drag across.

    Second,
    In F3:
    =IF(F$2<$D3,0,IF(F$2=$D3,$E3,MIN($C3-SUM(E3:$F3),$B3)*(WEEKDAY(F$2,2)<6)))

    If Date is earlier Start date, => 0, if date is start date, start qtty, if later than, take MIN (of daily out put or the balance). If date fall in Weekend (weekday<6) all return 0


    Drag down and across.
    Quang PT

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Index Match Based on One Date Criteria, Table Contains Beginning Date and End Date
    By jcox1953 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-09-2014, 02:41 PM
  2. [SOLVED] Allocating a given date to a date range bucket: futures contract expiry
    By labogola in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-26-2013, 08:50 AM
  3. Input the cell value when a criteria is met (from matching filename date)
    By jamewoong in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-11-2013, 11:47 AM
  4. [SOLVED] help: i need to input date range & 1 criteria then sumup
    By go14344 in forum Excel General
    Replies: 2
    Last Post: 05-22-2012, 02:34 AM
  5. input date when criteria met?
    By o AXE in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2009, 05:42 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