+ Reply to Thread
Results 1 to 4 of 4

MAX amount in 30 days with multiple criteria.

  1. #1
    Registered User
    Join Date
    12-12-2018
    Location
    Latvia, Liepaja
    MS-Off Ver
    2013
    Posts
    6

    MAX amount in 30 days with multiple criteria.

    Greetings everyone.

    I would like to ask some help in creating a formula, that I`ve been trying to create myself for a long time.

    My aim is to create a formula, where I can see for each item, the MAX amount used in 2018, based on the rolling SUM.

    I have attached a file, where I have created a formula and a Pivot table, for gathering the necessary data, where you can look at my progress. As I have 1195 Items and in the future, I will have more, I takes a lot of time in gathering necessary data for each Item.

    I hope I have explained everything properly.
    Attached Files Attached Files
    Last edited by Arturs_I; 12-28-2018 at 06:35 AM.

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: MAX amount in 30 days with multiple criteria.

    Please try at Max I2
    but this is very slow.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    or try with helper column in Data D2
    =SUMIFS($C$2:$C$8662,$B$2:$B$8662,B2,$A$2:$A$8662,">="&A2,$A$2:$A$8662,"<="&A2+30)

    and Max J2
    =MAX(INDEX(Data!$D$2:$D$8662*(Data!$B$2:$B$8662=H4),))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    12-12-2018
    Location
    Latvia, Liepaja
    MS-Off Ver
    2013
    Posts
    6

    Red face Re: MAX amount in 30 days with multiple criteria.

    Thank you very much!!! You made my day Everything works as I wanted
    I must say, that It will take me a while to figure out how did you do that, but that`s another chalange!

    May next year be filled with success and bring you many wonderful things - Happy new year!

    Thanks again,
    Arturs

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: MAX amount in 30 days with multiple criteria.

    Happy to help and Happy new year

+ 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] Return total amount values based on multiple criteria
    By MyStix01 in forum Excel General
    Replies: 3
    Last Post: 10-12-2017, 09:05 AM
  2. [SOLVED] Finding the lowest rate amount multiple criteria
    By kcgojnur in forum Excel General
    Replies: 6
    Last Post: 08-14-2017, 04:41 PM
  3. Formula for counting the amount of data cells with multiple criteria
    By jt93 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 03-02-2017, 04:02 PM
  4. Replies: 0
    Last Post: 04-18-2012, 06:51 AM
  5. Replies: 2
    Last Post: 12-02-2011, 03:42 PM
  6. Multiple Criteria lookup to return an amount
    By elainejoy in forum Excel General
    Replies: 1
    Last Post: 01-26-2011, 01:53 PM
  7. Multiple criteria sum to calculate total amount per annum"
    By chunlee in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-27-2010, 08:30 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