+ Reply to Thread
Results 1 to 3 of 3

Identify whether the running total reached to target amount

  1. #1
    Forum Contributor
    Join Date
    05-25-2020
    Location
    Madurai
    MS-Off Ver
    Excel 2010
    Posts
    136

    Post Identify whether the running total reached to target amount

    Seeking help to create formula for the below

    I have 3 columns

    1 Category
    2 Date
    3 Amount

    Column "Remarks" is my expected results

    If Category number total in amount column reaches target amount (Rs.50) from that date to upcoming all dates are marked as " Applicable"
    for Remaining days which is not reached to the target amount marked as not applicable.

    Example for 10192 total reaches Rs.50 on 2nd Jan'21, hence its marked from 2nd jan to remaining days as "Applicable"


    Category Date Amount Remarks

    10192 1-Jan-01 10 Not applicable
    10192 2-Jan-01 12 Applicable
    10192 1-Jan-01 29 Not applicable
    11080 3-Jan-01 5 Not applicable
    11080 4-Jan-01 7 Not applicable
    11080 5-Jan-01 9 Not applicable
    10192 5-Jan-01 12 Applicable
    11080 6-Jan-01 22 Not applicable
    12120 6-Jan-01 31 Not applicable
    11080 7-Jan-01 42 Applicable
    10192 8-Jan-01 63 Applicable
    12120 8-Jan-01 42 Applicable
    12120 7-Jan-01 13 Applicable
    11080 1-Jun-01 15 Applicable


    attached sample file.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,057

    Re: Identify whether the running total reached to target amount

    Formula for cell F6=IF(SUMIFS($E$6:$E$19,$C$6:$C$19,C6,$D$6:$D$19,"<="&D6)>=$G$2,"Applicable","Not Applicable")

  3. #3
    Forum Contributor
    Join Date
    05-25-2020
    Location
    Madurai
    MS-Off Ver
    Excel 2010
    Posts
    136

    Re: Identify whether the running total reached to target amount

    thank you so much. this is working as expected

+ 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] Using text in one cell keep a running total in another of the amount IN/OUT of item.
    By Nvable in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-13-2020, 02:34 PM
  2. Calculate 10% up to a specific total amount is reached and then stop
    By rhelms01 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-25-2019, 04:10 PM
  3. Replies: 3
    Last Post: 04-26-2019, 08:40 AM
  4. Running total until a max is reached, then reset
    By debmassa in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-04-2018, 05:53 PM
  5. [SOLVED] Need A running total until a certain number is reached
    By jeck876 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-01-2015, 12:40 PM
  6. Sum numbers and change cell color each time a target total is reached
    By mike3029 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-18-2014, 02:08 AM
  7. Replies: 0
    Last Post: 08-31-2011, 06:26 AM

Tags for this Thread

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