+ Reply to Thread
Results 1 to 2 of 2

Required Excel Array formula to find the max and min values in a month and year

  1. #1
    Registered User
    Join Date
    03-21-2015
    Location
    india
    MS-Off Ver
    2010
    Posts
    5

    Required Excel Array formula to find the max and min values in a month and year

    Dear friends,

    I am having an excel sheet(attached) to maintain the document status, in which i have to write a excel array formula to monitor the below status for every month basis,

    1. Min Response time.
    2. Max Response time.
    3. Number of Max occurrence.
    4. Response Percentage for june2014.

    And conditions and logic is given in the excel sheet please refer,

    Kindly help me friends,

    Thank you,
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,946

    Re: Required Excel Array formula to find the max and min values in a month and year

    Use a pivot table, and use date as the row field, grouped by month.

    Or use array formulas like, this, where the dates are in A and the values are in B, entered using Ctrl-Shift-Enter.

    =MAX(IF(YEAR(A:A)=2015,IF(MONTH(A:A)=1,B:B)))

    Then counting you could use the result of the above in
    =SUM(IF(YEAR(A:A)=2015,IF(MONTH(A:A)=1,IF(B:B=ABOVE,1))))
    Bernie Deitrick
    Excel MVP 2000-2010

+ 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. Need to convert Month/Date/Year to Year/Month/Date so excel will recognize
    By juliettelam in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2014, 04:17 PM
  2. Excel formula to insert day month or year, preferably non VBA
    By cybnexcel in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 04-19-2014, 06:49 PM
  3. find time left in month.days unit between two dates(in YEAR.MONTH.DAY)
    By xcfeng95 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 02-21-2014, 12:55 PM
  4. Replies: 3
    Last Post: 11-26-2013, 02:34 PM
  5. Make excel formula recognize month and current year
    By Captain Carrot in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-23-2009, 12:13 PM

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