+ Reply to Thread
Results 1 to 4 of 4

LARGE Function with multiple criteria

  1. #1
    Forum Contributor
    Join Date
    02-08-2005
    MS-Off Ver
    Microsoft 365
    Posts
    810

    LARGE Function with multiple criteria

    Hi,

    I am trying to create a LARGE formula that will return in descending order the values in column A that meet two criteria:

    The word in the adjacent cell in column B is not “apple” and the word in the adjacent cell in column C is “summer”.

    My unsuccessful effort is shown in E1:E2. If the formula was working as required it would return 3 and 2, respectively.

    Can someone please suggest a solution.

    Thanks
    Attached Files Attached Files
    Last edited by andrewc; 03-11-2014 at 07:55 AM.

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: LARGE Function with multiple criteria

    try this
    =IFERROR(LARGE(IF(($B$1:$B$4<>"Apple")*($C$1:$C$4="Summer"),$A$1:$A$4),ROW(A1)),"")

    Array entered !
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Forum Contributor
    Join Date
    02-08-2005
    MS-Off Ver
    Microsoft 365
    Posts
    810

    Re: LARGE Function with multiple criteria

    Excellent, thank you

  4. #4
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: LARGE Function with multiple criteria

    Thanks for the feedback and Rep.

+ 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: 5
    Last Post: 01-12-2014, 10:32 AM
  2. Excel 2007 : Index, Match, Large Formula: Multiple Criteria, Multiple Ranges
    By SimpleJack in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-19-2013, 08:54 AM
  3. Replies: 14
    Last Post: 05-23-2012, 08:09 PM
  4. Large Function with Multiple Ranges
    By TYork in forum Excel General
    Replies: 6
    Last Post: 02-01-2010, 02:54 PM
  5. Large function with if criteria
    By ronleex324 in forum Excel General
    Replies: 6
    Last Post: 03-20-2009, 02:30 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