+ Reply to Thread
Results 1 to 8 of 8

MAXIFS and MINIFS not available

  1. #1
    Forum Contributor
    Join Date
    03-30-2016
    Location
    Gillette, WY
    MS-Off Ver
    Office 365
    Posts
    230

    MAXIFS and MINIFS not available

    I am helping a coworker with a project. We are both operating Excel 2016. My computer has the built in formulas MAXIFS and MINIFS, but his does not. Does anyone know why this would be and how to fix it? Thanks!

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: MAXIFS and MINIFS not available

    Hi TFiske,
    MINIFS and MAXIFS are only available to subscribers of OFFICE 365 with current version of EXCEL 2016. The standalone version of EXCEL 2016 does not have these new formulas.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert
    Join Date
    10-02-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    1,222

    Re: MAXIFS and MINIFS not available

    As mentioned above, many functions introduced into Excel 2016 are now subscription based in that without an Office 365 subscription they are not available.

    MS lists those changes and updates available to subscribers here

    Generally speaking, unless you know that everyone using that file is a subscriber, I would avoid those functions and features that require it. This is a similar, albeit grander, issue as was presented between many past versions in terms of new formulas/features being incompatible. For example there was a time when the *IFS functions (sumifs, countifs, averageifs) were new and didnt work in older versions of Excel, at which time it was advisable to use the older methods of accomplishing the same thing for compatibility until most/all people upgraded.

    The problem faced now is this isnt a matter of everyone "moving the line forward" by upgrading software. Unless they subscribe to a service they may not need, they could potentially never have access to some of these formulas/features. It will great a void between those subscribing and those not.
    Ways to get help: Post clear questions, explain your overall goal, supply as much background as possible, respond to questions asked of you by those trying to help and post sample(s) files.

    "I am here to help, not do it for people" -Me

  4. #4
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: MAXIFS and MINIFS not available

    Yeah just use the {MAX(IF)} construction instead, if you can accept having array formulas in your spreadsheet.
    Click the [* Add Reputation] Button to thank people for help!
    Post Attachment: Click [Go Advanced] under the reply box; then click [Manage Attachments] to launch the attachments dialogue.
    Mark Thread Solved: Go to the top of the first post; Select [Thread Tools] dropdown; Pick the [Mark thread as Solved] option.

  5. #5
    Forum Contributor
    Join Date
    03-30-2016
    Location
    Gillette, WY
    MS-Off Ver
    Office 365
    Posts
    230

    Re: MAXIFS and MINIFS not available

    Yeah just use the {MAX(IF)} construction instead, if you can accept having array formulas in your spreadsheet.
    Ya, I will from now on. So that array construction would be something like:

    {=MAX(IF(criteria_range=criteria,max_range))}


    I just assumed that since the whole company uses Office365, everyone would have it. Apparently, my coworker is operating in a different paradigm. Thanks!

  6. #6
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,696

    Re: MAXIFS and MINIFS not available

    Quote Originally Posted by TFiske View Post
    MAX(IF(criteria_range=criteria,max_range))
    One alternative is to use AGGREGATE function, e.g.

    =AGGREGATE(14,6,max_range/(criteria_range=criteria),1)

    which doesn't require "array entry" - for MIN change 14 to 15
    Audere est facere

  7. #7
    Registered User
    Join Date
    07-13-2016
    Location
    Paris
    MS-Off Ver
    2010
    Posts
    1

    Re: MAXIFS and MINIFS not available

    Can you elaborate?

    I am using Office 2010 and often have to make a MAXIF construct as {MAX(IF(range=criteria;maxrange))}

    I tried replacing with your code but it didn't work..

    Please Login or Register  to view this content.
    works

    Please Login or Register  to view this content.
    doesn't work.

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: MAXIFS and MINIFS not available

    sagar_ap welcome to the forum

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original. Please start a new thread - See Forum rule #4

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MinIFS() for older versions of excel help.
    By MarvinP in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 08-31-2020, 01:09 AM
  2. MAXIFS with OR criteria
    By HalPlz in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 02-06-2019, 03:24 AM
  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. Excel Help MINIFS
    By wolf767 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-16-2015, 06:55 AM
  7. Minifs, maxifs, averageifs, medianifs, coeffvarifs
    By qwertyjjj in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-30-2014, 07:48 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