+ Reply to Thread
Results 1 to 4 of 4

MAXIFS with Array

  1. #1
    Registered User
    Join Date
    02-05-2014
    Location
    Cincinnati, OH
    MS-Off Ver
    Excel 2010
    Posts
    4

    MAXIFS with Array

    Hello,

    I'm trying to determine the maximum value in column Data!G:G, that matches date in English!B2, but matches a series of skill referenced in A2-A4. I can use the following formula to get what I need, but I'd like it to be more dynamic so that changing skills would be easier:

    =MAX(MAXIFS(Data!G:G,Data!$A:$A,English!$B2,Data!$B:$B,{"1","2","3"}))

    Is there a way to accomplish this while referencing cells instead of text? For example (this doesn't work BTW):

    =MAX(MAXIFS(Data!G:G,Data!$A:$A,English!$B2,Data!$B:$B,{"$A$2","$A$3","$A$4"}))

    Ultimately I'd like to something similar to the following which captures all data meeting a date criteria and any criteria in A2:A100 (which happen to be skill numbers).

    =SUMPRODUCT(SUMIFS(Data!D:D,Data!$A:$A,English!$B2,Data!$B:$B,English!$A$2:$A$100)) - Where Data!A:A are dates, and Data!B:B are skill numbers. English A2:A100 contains all the skills in a particular group.

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: MAXIFS with Array

    Try this one

    =MAX(MAXIFS(Data!G:G,Data!$A:$A,English!$B11,Data!$B:$B,$A$2:$A$4))

    Array confirmed with Shift Ctrl Enter.

  3. #3
    Registered User
    Join Date
    02-05-2014
    Location
    Cincinnati, OH
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: MAXIFS with Array

    Haven't had a chance to try this until today - but it appears to work. Thank you!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    91,015

    Re: MAXIFS with Array

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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] Second highest using maxifs
    By GIS2013 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-14-2020, 09:04 PM
  2. [SOLVED] MAXIFS and MINIFS not available
    By TFiske in forum Excel General
    Replies: 7
    Last Post: 05-08-2019, 11:27 PM
  3. MAXIFS with criteria
    By shiftyspina in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 01-25-2017, 10:14 AM
  4. [SOLVED] MaxIFs help
    By Hondahawkrider in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-25-2016, 02:23 PM
  5. MaxIFS help
    By Hondahawkrider in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-06-2016, 03:17 PM
  6. [SOLVED] Having issues writing a 'MAXIFS' array function
    By qaliq in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-23-2013, 11:01 AM
  7. Replies: 3
    Last Post: 05-04-2010, 04:06 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