+ Reply to Thread
Results 1 to 3 of 3

Formula to calculate the minimum value in a range of cells on a cumulative basis

  1. #1
    Registered User
    Join Date
    10-11-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2013
    Posts
    2

    Formula to calculate the minimum value in a range of cells on a cumulative basis

    I need a formula to calculate a minimum value. The data to be analyzed in in a column ordered by period (period 0,1,2,3....,etc.). I need a formula that looks at the sum of period 0, periods 0-1, periods 0-2, periods 0-3....etc. and then pull the minimum value. Not positive this can be done w/ an Excel formula...Thanks in advance!

    Excel Brain Teaser.xlsx
    Attached Images Attached Images

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Formula to calculate the minimum value in a range of cells on a cumulative basis

    =MIN(MMULT(--(ROW(D4:D20)>=TRANSPOSE(ROW(D4:D20))),D4:D20))

    This is an array formula, confirmed with Ctrl+Shift+Enter.

    Also, this was fun to research.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    10-11-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2013
    Posts
    2

    Re: Formula to calculate the minimum value in a range of cells on a cumulative basis

    Ha - you're the man!

+ 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. Replies: 6
    Last Post: 08-07-2013, 06:05 PM
  2. [SOLVED] Formula to calculate cumulative profit
    By bigband1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-02-2013, 06:49 AM
  3. Formula to calculate cumulative balance
    By cmefino in forum Excel General
    Replies: 1
    Last Post: 02-01-2011, 09:48 AM
  4. Replies: 0
    Last Post: 09-22-2009, 01:01 PM
  5. [SOLVED] Formula to calculate cumulative interest
    By mam in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-26-2006, 06:10 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