+ Reply to Thread
Results 1 to 3 of 3

Max-If-And in one formula

  1. #1
    Registered User
    Join Date
    10-21-2014
    Location
    London
    MS-Off Ver
    2016
    Posts
    24

    Max-If-And in one formula

    Hi everybody,

    I am trying to connect the MAX, IF & AND functions in one formula, which is supposed to refer to the entire data within the given table. My goal is to pick up the greatest number from the column that fulfils the conditions that I try to filter by the means of IF & AND functions.

    I have attached the excel-file. There is some explanation next to the table. I hope that somebody can help me!

    Thank you very much!

    Cheers!
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Max-If-And in one formula

    AND doesn't work that way in an array formula..

    Try
    =MAX(IF((B3:B27="")*(C3:C27=1)*(D3:D27=1)*(E3:E27=1)*(F3:F27="")*(G3:G27="")*(H3:H27="");L3:L27))

  3. #3
    Registered User
    Join Date
    10-21-2014
    Location
    London
    MS-Off Ver
    2016
    Posts
    24

    Re: Max-If-And in one formula

    Thanks a lot!
    It works!!!

+ 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. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  2. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 PM

Tags for this Thread

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