+ Reply to Thread
Results 1 to 4 of 4

"MAXIF" formula?

  1. #1
    Forum Contributor
    Join Date
    06-13-2008
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    277

    "MAXIF" formula?

    Hi Guys,

    Example attached.

    I have a grid of data

    Column A - D365 days
    Row 1 - Half hourly times for the day (columns B - AW)

    On sheet 2 I am looking for a formla which whill Return the MAXIMUM Value which occurs for each month.

    I was hoping to find some kind of MAXIF formula but I don't think one exists.

    Thanks for your help

    F
    Attached Files Attached Files
    Last edited by freud1; 10-18-2011 at 11:00 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,606

    Re: "MAXIF" formula?

    Try pivot table:
    Attached Files Attached Files

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: "MAXIF" formula?

    There's no MAXIF function but you can get the result using an "array formula" like this

    =MAX(IF(TEXT(Data!A$2:A$500,"ddd-yy")=TEXT(A2,"ddd-yy"),Data!B$2:AW$500))

    see attached
    Attached Files Attached Files
    Audere est facere

  4. #4
    Forum Contributor
    Join Date
    06-13-2008
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    277

    Re: "MAXIF" formula?

    Zbor, Daddylonglegs,

    Both solutions work fantastically!

    many thanks for your help!

+ 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