+ Reply to Thread
Results 1 to 3 of 3

Is there a MAXIF formula similar to the SUMIF formula?

  1. #1
    tlc
    Guest

    Is there a MAXIF formula similar to the SUMIF formula?

    I have a worksheet similar to the following:
    A B C D E
    Year Month Day Hour Value
    2000 1 15
    2000 1 20
    2000 1 11
    2000 2 18
    2000 2 3
    2000 2 30
    2000 3 14
    2000 3 5
    2000 3 6
    The worksheet continues on including values for every hour of every day
    until the present time. I want to summarize on another worksheet the maximum
    value in column E for each month for each year.
    Year/Month 1 2 3
    2000
    2001
    2002
    Any suggestions?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699
    For a year in F2 (e.g. 2000) and month in G2 (e.g. 1)

    =MAX(IF(($A$2:$A$1000=F2)*($B$2:$B$1000=G2),$E$2:$E$1000))

    confirmed with CTRL+SHIFT+ENTER

    enter all your year month combinations in columns F and G and copy formula down

  3. #3
    tlc
    Guest

    Re: Is there a MAXIF formula similar to the SUMIF formula?

    Thanks, I got this to work. What I really need is a summary table on another
    sheet. I've tried to modify the formula in cell B2 like this,
    =MAX(IF((Sheet1!$A$2:$A$61370=$A3)*(Sheet1!$B$2:$B$61370=B$2),Sheet1!$G$2:$G$61370))
    A B C D E
    1 Y/M 1 2 3 4
    2 1999
    3 2000
    4 2001
    I cannot get it to work. Any other suggestions?
    Thanks,
    tlc



    "daddylonglegs" wrote:

    >
    > For a year in F2 (e.g. 2000) and month in G2 (e.g. 1)
    >
    > =MAX(IF(($A$2:$A$1000=F2)*($B$2:$B$1000=G2),$E$2:$E$1000))
    >
    > confirmed with CTRL+SHIFT+ENTER
    >
    > enter all your year month combinations in columns F and G and copy
    > formula down
    >
    >
    > --
    > daddylonglegs
    > ------------------------------------------------------------------------
    > daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
    > View this thread: http://www.excelforum.com/showthread...hreadid=521250
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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