+ Reply to Thread
Results 1 to 6 of 6

Find MAX Cumulative Figures between given dates

  1. #1
    Registered User
    Join Date
    12-05-2013
    Location
    Romania
    MS-Off Ver
    Excel 2010
    Posts
    19

    Question Find MAX Cumulative Figures between given dates

    Hello,

    Please help me with a formula to find the highest cumulative figures between a period of time

    If date is between day X and Y find the highest cumulative figure.

    Capture.jpg

    Thank you
    Dieter
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: Find MAX Cumulative Figures between given dates

    Hi

    try
    Please Login or Register  to view this content.
    in H3 and drag down as needed. If you need to include begin and start date replace < with <= and > with >=

  3. #3
    Valued Forum Contributor
    Join Date
    09-15-2011
    Location
    Chennai, India
    MS-Off Ver
    Excel 2010
    Posts
    436

    Re: Find MAX Cumulative Figures between given dates

    Please use this function with Ctrl+Shift+Enter

    =IFERROR(LARGE(IF((($A$5:$A$28=G5)*($B$5:$B$28>=$H$3)*($B$5:$B$28<=$I$3))>0,$D$5:$D$28),1),0)
    Please click 'Add reputation', if my answer helped you.

  4. #4
    Registered User
    Join Date
    12-05-2013
    Location
    Romania
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Find MAX Cumulative Figures between given dates

    Thank You! Both variants works for me!

  5. #5
    Registered User
    Join Date
    12-05-2013
    Location
    Romania
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Find MAX Cumulative Figures between given dates

    Hello,


    I really appreciate your help.

    I am using the formula above (Max(Index()) on a file with more then 10k rows, and extract data from 3 different workbooks with more then 60k rows.

    Excel is very slow by using this formula. Is it not possible to use instead a vba code?

    The file is updated on a daily basis.
    Thank you,

    Madi1004

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: Find MAX Cumulative Figures between given dates

    I would suggest you start a new thread in the VBA forum then referring to this one. I'm astonished though that it's slow on 10 k rows.

+ 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] Converting cumulative figures into weekly ones
    By jurgen93 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-24-2013, 02:28 AM
  2. [SOLVED] SUM between upper and lower ranges of cumulative figures
    By dma1976 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-19-2013, 09:12 AM
  3. Conversion of an array of figures inputted into cells as word figures to Excel figures
    By Allan Simpson730 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-08-2013, 07:25 AM
  4. Cumulative months between dates
    By jpg1982 in forum Excel General
    Replies: 2
    Last Post: 02-19-2009, 03:33 PM
  5. cumulative monthly figures - whats the best approach??
    By marcia21 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-27-2008, 05:14 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