+ Reply to Thread
Results 1 to 3 of 3

Progressive Summing in Column

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-25-2013
    Location
    Virginia, USA
    MS-Off Ver
    Microsoft 365 Version 2409 64-bit
    Posts
    243

    Progressive Summing in Column

    How do I create a formula that accomplishes the following:

    IF column a value is >-500 to appear in column b, but
    ONCE column a value is <-500 to get that value to continually be displayed in column b?

    Essentially, is there a formula that STOPS COUNTING once a value of <-500 is reached?


    -------a----------b
    1-----"0"---------"0"
    2-----"0"---------"0"
    3-----"0"---------"0"
    4----"94"--------"94"
    5----"94"--------"94"
    6---"-206"-----"-206"
    7---"-206"-----"-206"
    8---"-206"-----"-206"
    9---"-136"-----"-136"
    10--"-510"-----"-510"
    11--"-881"-----"-510"
    12--"-881"-----"-510"
    13--"-725"-----"-510"
    14--"-425"-----"-510"
    15--"-110"-----"-510"

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Progressive Summing in Column

    hi quibilty. assuming it starts in A2, try:
    =IFERROR(INDEX(A$2:A2,MATCH(TRUE,INDEX(A$2:A2<-500,),0)),A2)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Contributor
    Join Date
    08-25-2013
    Location
    Virginia, USA
    MS-Off Ver
    Microsoft 365 Version 2409 64-bit
    Posts
    243

    Re: Progressive Summing in Column

    Works great! Thank you.

+ 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] Column Comparision-Progressive scan and format cell
    By analystbank in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 10-08-2013, 02:30 AM
  2. [SOLVED] Progressive IF Summing in Column
    By quibilty in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-08-2013, 12:42 AM
  3. [SOLVED] Progressive Summing in Column
    By quibilty in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-05-2013, 01:43 PM
  4. Replies: 1
    Last Post: 12-18-2007, 01:59 PM
  5. [SOLVED] Progressive summing
    By Maarten in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-27-2005, 06:06 AM

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