+ Reply to Thread
Results 1 to 16 of 16

Calculate cumulative sums and obtain highest value based on it

Hybrid View

  1. #1
    Forum Expert
    Join Date
    07-06-2004
    Location
    Northern California
    MS-Off Ver
    2K, 2003, 2010, O365
    Posts
    1,490

    Re: Calculate cumulative sums and obtain highest value based on it

    MMULT necessary since OP's Month column is YYYY MMM text. If only it were date values (numbers) just formatted like that, then it'd be possible to use a shorter formula

    =MAX(SUMIFS(Table1[Data1],Table1[Agent],Table1[Agent],Table1[Agent],"<>TOTAL",Table1[Month],"<="&--(J1&H1)))

  2. #2
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: Calculate cumulative sums and obtain highest value based on it

    Quote Originally Posted by hrlngrv View Post
    MMULT necessary since OP's Month column is YYYY MMM text.
    Yes and the options #3 ,№4 based on Eng regional settings ( --(J1&H1) ).
    But i see "It is preferred if no additional helper columns are used. The concatenate column already exists in the original table, and can be used if needed." in the file.

+ 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] Match criteria (year) and obtain averages and sums
    By student789 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-05-2019, 03:12 AM
  2. [SOLVED] Calculate cumulative sum based on index value
    By jonnyhtfc90 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-10-2019, 09:08 AM
  3. need help with excel formula to calculate based on cumulative
    By zr3cool in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-19-2018, 03:36 PM
  4. Calculate sums based on date range
    By konbanwa in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-09-2017, 02:42 PM
  5. Calculate multiple cells sums based upon another cell
    By swiftworks in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-28-2013, 11:44 AM
  6. [SOLVED] Cumulative sums
    By kipronopaul in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-11-2012, 08:21 AM
  7. Replies: 6
    Last Post: 05-23-2008, 01:46 PM

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